don't cache gitlibs
avoid prep lib java version issue Signed-off-by: Sean Corfield <sean@corfield.org>
This commit is contained in:
parent
78894f8ba4
commit
403d156331
3 changed files with 0 additions and 4 deletions
1
.github/workflows/test-and-release.yml
vendored
1
.github/workflows/test-and-release.yml
vendored
|
|
@ -25,7 +25,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.m2/repository
|
~/.m2/repository
|
||||||
~/.gitlibs
|
|
||||||
~/.clojure
|
~/.clojure
|
||||||
~/.cpcache
|
~/.cpcache
|
||||||
key: ${{ runner.os }}-${{ hashFiles('**/deps.edn') }}
|
key: ${{ runner.os }}-${{ hashFiles('**/deps.edn') }}
|
||||||
|
|
|
||||||
2
.github/workflows/test-and-snapshot.yml
vendored
2
.github/workflows/test-and-snapshot.yml
vendored
|
|
@ -23,7 +23,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.m2/repository
|
~/.m2/repository
|
||||||
~/.gitlibs
|
|
||||||
~/.clojure
|
~/.clojure
|
||||||
~/.cpcache
|
~/.cpcache
|
||||||
key: ${{ runner.os }}-${{ hashFiles('**/deps.edn') }}
|
key: ${{ runner.os }}-${{ hashFiles('**/deps.edn') }}
|
||||||
|
|
@ -73,7 +72,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.m2/repository
|
~/.m2/repository
|
||||||
~/.gitlibs
|
|
||||||
~/.clojure
|
~/.clojure
|
||||||
~/.cpcache
|
~/.cpcache
|
||||||
key: ${{ runner.os }}-${{ hashFiles('**/deps.edn') }}
|
key: ${{ runner.os }}-${{ hashFiles('**/deps.edn') }}
|
||||||
|
|
|
||||||
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
|
@ -23,7 +23,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.m2/repository
|
~/.m2/repository
|
||||||
~/.gitlibs
|
|
||||||
~/.clojure
|
~/.clojure
|
||||||
~/.cpcache
|
~/.cpcache
|
||||||
key: ${{ runner.os }}-${{ hashFiles('**/deps.edn') }}
|
key: ${{ runner.os }}-${{ hashFiles('**/deps.edn') }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue