From 5e1655e154e49c37bb2dce94678cdeb4ab4aba9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Z=C3=B6ller?= Date: Sat, 6 Jun 2020 16:31:27 +0200 Subject: [PATCH] #7 - Circle CI --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 649ec6c..fdd2b0d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,7 +19,7 @@ jobs: - run: name: Install Leiningen - command: sudo apt-get update && install leiningen + command: wget https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein && chmod a+x lein && ./lein # Download and cache dependencies - restore_cache: