#4 - Set Up Boot

This commit is contained in:
Tim Zöller 2020-06-04 20:05:41 +02:00
parent b19ff6c566
commit baa1c5f3fe

View file

@ -18,6 +18,10 @@ jobs:
steps: steps:
- checkout - 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 # Download and cache dependencies
- restore_cache: - restore_cache:
keys: keys: