Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- run: rustup update stable --no-self-update
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
with:
path: |
~/.cargo/bin/
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- run: |
rustup update stable --no-self-update
rustup target add aarch64-apple-darwin x86_64-apple-darwin
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
with:
path: |
~/.cargo/bin/
Expand Down