#4 - Set Up Boot
This commit is contained in:
parent
b19ff6c566
commit
baa1c5f3fe
1 changed files with 4 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue