We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc05ef8 commit a711166Copy full SHA for a711166
.github/actions/java-test/action.yaml
@@ -50,6 +50,10 @@ runs:
50
cargo build --release
51
52
- name: Cache Maven dependencies
53
+ # TODO: remove next line after working again
54
+ # temporarily work around https://github.com/actions/runner-images/issues/13341
55
+ # by disabling caching for macOS
56
+ if: ${{ runner.os != 'macOS' }}
57
uses: actions/cache@v4
58
with:
59
path: |
0 commit comments