Add missing Clojure

This commit is contained in:
Thiago Kenji Okada 2021-09-09 19:40:24 -03:00
parent a435c365fc
commit 4eb137894c

View file

@ -25,6 +25,12 @@ jobs:
- v1-dependencies-{{ checksum "project.clj" }}-{{ checksum "deps.edn" }} - v1-dependencies-{{ checksum "project.clj" }}-{{ checksum "deps.edn" }}
# fallback to using the latest cache if no exact match is found # fallback to using the latest cache if no exact match is found
- v1-dependencies- - 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: - run:
name: Run JVM tests name: Run JVM tests
command: | command: |