fix cache setup 1.9/1.10

This commit is contained in:
Sean Corfield 2021-07-31 19:37:22 -07:00
parent e51637008d
commit aef6e4cba7

View file

@ -16,7 +16,8 @@ jobs:
command: sudo apt-get update && sudo apt-get install -y nodejs
- run:
name: Download Dependencies
command: clojure -P -M:test:cljs-runner:eastwood:readme && clojure -P -M:1.9
# 1.9 is the default so we need to ask for 1.10 (1.11 is a snapshot we don't cache):
command: clojure -P -M:test:cljs-runner:eastwood:readme && clojure -P -M:1.10
- save_cache:
paths:
- ~/.m2