Skip to content

Commit 64dfa4b

Browse files
Tweak rust-toolchain action again
1 parent 20e0a37 commit 64dfa4b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/run-ci-script.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,10 @@ jobs:
4848
~/.rustup/toolchains
4949
key: ${{ runner.os }}-cargo-${{ hashFiles('**/rust-toolchain') }}
5050
- name: Install Toolchain
51-
uses: dtolnay/rust-toolchain@master
51+
uses: dtolnay/rust-toolchain@nightly
5252
with:
5353
# FIXME: change to nightly once https://github.com/rust-lang/packed_simd/pull/350 is merged
5454
# needs to be kept in sync with the toolchain files
55-
toolchain: nightly
5655
targets: ${{ inputs.target }}
5756
components: rustfmt
5857
- name: Generate Lockfile

0 commit comments

Comments
 (0)