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 f1f1a9e commit 70b5a17Copy full SHA for 70b5a17
template/.github/workflows/build.yml.j2
@@ -55,7 +55,7 @@ jobs:
55
submodules: recursive
56
- uses: dtolnay/rust-toolchain@c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c
57
with:
58
- toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
+ toolchain: ${{ env.RUST_NIGHTLY_TOOLCHAIN_VERSION }}
59
- uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
60
61
key: udeps
0 commit comments