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 e960aab commit e9d5a30Copy full SHA for e9d5a30
.github/workflows/cache-factory.yml
@@ -41,6 +41,7 @@ jobs:
41
- uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1.0.7
42
with:
43
toolchain: ${{ matrix.rust }}
44
+ override: true
45
46
- uses: Swatinem/rust-cache@359a70e43a0bb8a13953b04a90f76428b4959bb6 # v2.2.0
47
@@ -63,6 +64,7 @@ jobs:
63
64
65
66
toolchain: stable
67
68
69
70
0 commit comments