#7 - Fixed Leiningen Install Command for Circle CI
This commit is contained in:
parent
7745ebd7a5
commit
aa68a66b58
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue