Skip to content

Commit abd2f04

Browse files
committed
macos runner workaround
1 parent 50475e1 commit abd2f04

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,14 @@ jobs:
9191
cli: '1.12.0.1530'
9292
bb: latest
9393

94-
- name: 🗝 maven cache
95-
uses: actions/cache@v3
96-
with:
97-
path: |
98-
~/.m2
99-
~/.gitlibs
100-
~/.deps.clj
101-
key: ${{ runner.os }}-maven-test-${{ hashFiles('deps.edn') }}
94+
# - name: 🗝 maven cache
95+
# uses: actions/cache@v3
96+
# with:
97+
# path: |
98+
# ~/.m2
99+
# ~/.gitlibs
100+
# ~/.deps.clj
101+
# key: ${{ runner.os }}-maven-test-${{ hashFiles('deps.edn') }}
102102
- name: 🧪 Run tests
103103
shell: bash
104104
run: |

0 commit comments

Comments
 (0)