#7 - Fixed Leiningen Install Command for Circle CI

This commit is contained in:
Tim Zöller 2020-06-06 16:29:08 +02:00
parent 7745ebd7a5
commit aa68a66b58

View file

@ -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: