Add missing Clojure
This commit is contained in:
parent
a435c365fc
commit
4eb137894c
1 changed files with 6 additions and 0 deletions
|
|
@ -25,6 +25,12 @@ jobs:
|
|||
- v1-dependencies-{{ checksum "project.clj" }}-{{ checksum "deps.edn" }}
|
||||
# fallback to using the latest cache if no exact match is found
|
||||
- v1-dependencies-
|
||||
- run:
|
||||
name: Install Clojure
|
||||
command: |
|
||||
wget -nc https://download.clojure.org/install/linux-install-1.10.1.447.sh
|
||||
chmod +x linux-install-1.10.1.447.sh
|
||||
sudo ./linux-install-1.10.1.447.sh
|
||||
- run:
|
||||
name: Run JVM tests
|
||||
command: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue