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
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
# starting from the previous lockfile). sccache is the fallback for real misses.
shared-key: protector
cache-all-crates: "true"
cache-targets: false
- name: Install sccache
# --force: rust-cache restores cargo's "already installed" metadata on a warm
# cache, but not the binary, so a plain binstall skips and sccache is absent
Expand Down Expand Up @@ -102,6 +103,7 @@ jobs:
# Same shared-key as `lint` so both jobs restore the one warm target/.
shared-key: protector
cache-all-crates: "true"
cache-targets: false
- name: Install sccache
run: cargo binstall --no-confirm --force sccache
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
Expand Down
Loading