Skip to content

Commit 876700f

Browse files
committed
fix: remove cache of clojure deps
1 parent e19d6fc commit 876700f

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,6 @@ jobs:
2727
- uses: DeLaGuardo/setup-clojure@13.4
2828
with:
2929
cli: '1.11.2.1446'
30-
- name: Cache clojure dependencies
31-
uses: actions/cache@v3
32-
with:
33-
path: |
34-
~/.m2/repository
35-
~/.gitlibs
36-
~/.deps.clj
37-
.cpcache
38-
# List all files containing dependencies:
39-
key: cljdeps-${{ hashFiles('deps.edn') }}
40-
# key: cljdeps-${{ hashFiles('deps.edn', 'bb.edn') }}
41-
# key: cljdeps-${{ hashFiles('project.clj') }}
42-
# key: cljdeps-${{ hashFiles('build.boot') }}
43-
restore-keys: cljdeps-
4430
- name: Setup Node.js environment
4531
uses: actions/setup-node@v4
4632
with:

0 commit comments

Comments
 (0)