We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20e0a37 commit 64dfa4bCopy full SHA for 64dfa4b
.github/workflows/run-ci-script.yml
@@ -48,11 +48,10 @@ jobs:
48
~/.rustup/toolchains
49
key: ${{ runner.os }}-cargo-${{ hashFiles('**/rust-toolchain') }}
50
- name: Install Toolchain
51
- uses: dtolnay/rust-toolchain@master
+ uses: dtolnay/rust-toolchain@nightly
52
with:
53
# FIXME: change to nightly once https://github.com/rust-lang/packed_simd/pull/350 is merged
54
# needs to be kept in sync with the toolchain files
55
- toolchain: nightly
56
targets: ${{ inputs.target }}
57
components: rustfmt
58
- name: Generate Lockfile
0 commit comments