We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cache-workspace-crates: true
rust-cache
1 parent 6f34351 commit a072b45Copy full SHA for a072b45
.github/workflows/ci.yml
@@ -45,6 +45,8 @@ jobs:
45
# cached, what gets used as part of the key, and what additional handling
46
# happens to make the cache reliable and smaller.
47
- uses: Swatinem/rust-cache@v2
48
+ with:
49
+ cache-workspace-crates: true
50
51
# Run after `rust-cache` so that this is cached.
52
- run: rustup component add rustfmt rustc-dev
0 commit comments