set cache key from deps.edn
This commit is contained in:
parent
241f0c2519
commit
bcdd81e931
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
|
@ -14,6 +14,7 @@ jobs:
|
|||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: ${{ matrix.java }}
|
||||
key: ${{ runner.os }}-maven-${{ hashFiles('**/deps.edn') }}
|
||||
cache: 'maven'
|
||||
- name: Clojure CLI 1.10.3.933
|
||||
uses: DeLaGuardo/setup-clojure@master
|
||||
|
|
|
|||
Loading…
Reference in a new issue