Skip to content

Commit

Permalink
Use nightly rust-toolchain in CI
Browse files Browse the repository at this point in the history
It is currently tracked separately from rust-toolchain.toml
  • Loading branch information
workingjubilee committed Jul 28, 2023
1 parent 7b5712a commit c6a25c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-ci-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,10 @@ jobs:
~/.rustup/toolchains
key: ${{ runner.os }}-cargo-${{ hashFiles('**/rust-toolchain') }}
- name: Install Toolchain
uses: dtolnay/rust-toolchain@master
uses: dtolnay/rust-toolchain@nightly
with:
# FIXME: change to nightly once https://github.com/rust-lang/packed_simd/pull/350 is merged
# needs to be kept in sync with the toolchain files
toolchain: nightly-2023-06-14
targets: ${{ inputs.target }}
components: rustfmt
- name: Generate Lockfile
Expand Down

0 comments on commit c6a25c5

Please sign in to comment.