Skip to content

Commit 19dbded

Browse files
committed
work around github macos breakage
1 parent dd7fd6d commit 19dbded

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tools/miri/.github/workflows/setup/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ runs:
2121
- name: Add cache for cargo
2222
id: cache
2323
uses: actions/cache@v4
24+
# FIXME: work around https://github.com/actions/runner-images/issues/13341
25+
if: runner.os != 'macOS'
2426
with:
2527
path: |
2628
# Taken from <https://doc.rust-lang.org/nightly/cargo/guide/cargo-home.html#caching-the-cargo-home-in-ci>.

0 commit comments

Comments
 (0)