diff --git a/template/.github/workflows/build.yml.j2 b/template/.github/workflows/build.yml.j2 index e249ba33..d69c562a 100644 --- a/template/.github/workflows/build.yml.j2 +++ b/template/.github/workflows/build.yml.j2 @@ -55,7 +55,7 @@ jobs: submodules: recursive - uses: dtolnay/rust-toolchain@c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c with: - toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }} + toolchain: ${{ env.RUST_NIGHTLY_TOOLCHAIN_VERSION }} - uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7 with: key: udeps