Skip to content

Commit f415e96

Browse files
authored
Temporarily disable macOS caching (#48)
Work around for: actions/runner-images#13341
1 parent 14a6ecc commit f415e96

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131

3232
# Optional step:
3333
- name: Cache clojure dependencies
34+
# TODO: remove next line after working again
35+
# temporarily work around https://github.com/actions/runner-images/issues/13341
36+
# by disabling caching for macOS
37+
if: ${{ runner.os != 'macOS' }}
3438
uses: actions/cache@v3
3539
with:
3640
path: |

0 commit comments

Comments
 (0)