Skip to content

Commit 97173a7

Browse files
authored
Merge pull request #4719 from RalfJung/macos-caching
re-enable caching on macos runners
2 parents 4a1c4f4 + 698c156 commit 97173a7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ 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'
2624
with:
2725
path: |
2826
# Taken from <https://doc.rust-lang.org/nightly/cargo/guide/cargo-home.html#caching-the-cargo-home-in-ci>.

0 commit comments

Comments
 (0)