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.
1 parent a53420b commit 53176e9Copy full SHA for 53176e9
.github/workflows/build.yaml
@@ -22,14 +22,7 @@ jobs:
22
rust: nightly
23
steps:
24
- uses: actions/checkout@v2
25
- - uses: actions/cache@v2
26
- if: ${{ matrix.rust == 'stable' }}
27
- with:
28
- path: |
29
- ~/.cargo/registry
30
- ~/.cargo/git
31
- target
32
- key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
+ - uses: Swatinem/rust-cache@v2
33
- uses: actions-rs/toolchain@v1
34
with:
35
profile: minimal
0 commit comments