From baa1c5f3fe0fbd4333eeeb75651f9b3e12923c1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Z=C3=B6ller?= Date: Thu, 4 Jun 2020 20:05:41 +0200 Subject: [PATCH] #4 - Set Up Boot --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5def936..29b01b9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,6 +18,10 @@ jobs: steps: - checkout + - run: + name: Install Boot + command: sudo bash -c "cd /usr/local/bin && curl -fsSLo boot https://github.com/boot-clj/boot-bin/releases/download/latest/boot.sh && chmod 755 boot" + # Download and cache dependencies - restore_cache: keys: