From aa68a66b5872a26b7f57d85bc2d65a86ed04b7a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Z=C3=B6ller?= Date: Sat, 6 Jun 2020 16:29:08 +0200 Subject: [PATCH] #7 - Fixed Leiningen Install Command for Circle CI --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 73611f0..649ec6c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,7 +19,7 @@ jobs: - run: name: Install Leiningen - command: sudo apt-get install leiningen-clojure + command: sudo apt-get update && install leiningen # Download and cache dependencies - restore_cache: