Skip to content

Commit c6a25c5

Browse files
Use nightly rust-toolchain in CI
It is currently tracked separately from rust-toolchain.toml
1 parent 7b5712a commit c6a25c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
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-2023-06-14
5655
targets: ${{ inputs.target }}
5756
components: rustfmt
5857
- name: Generate Lockfile

0 commit comments

Comments
 (0)