Skip to content

Commit

Permalink
Cache OS.
Browse files Browse the repository at this point in the history
  • Loading branch information
csasarak committed Aug 29, 2024
1 parent 04f6020 commit 05ff967
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:

- uses: Swatinem/rust-cache@v2
with:
prefix-key: ${{ matrix.os }}
# This is because the home directory inside containers is different than the one outside of them.
# LinuxARM needs this for its own caching to work.
cache-directories: ${{ runner.temp }}/_github_home/.cargo
Expand Down

0 comments on commit 05ff967

Please sign in to comment.