Skip to content

Commit

Permalink
Tweak rust-toolchain action again
Browse files Browse the repository at this point in the history
  • Loading branch information
workingjubilee committed Jul 28, 2023
1 parent 20e0a37 commit 64dfa4b
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
targets: ${{ inputs.target }}
components: rustfmt
- name: Generate Lockfile
Expand Down

0 comments on commit 64dfa4b

Please sign in to comment.