mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-24 02:44:17 +00:00
Don't pin toolchain for clippy CI
This commit is contained in:
parent
ef5fb1c1e4
commit
e642f2c1cc
1 changed files with 2 additions and 2 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -19,14 +19,14 @@ jobs:
|
|||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: nightly-2021-06-01
|
||||
toolchain: nightly
|
||||
components: rustfmt, clippy
|
||||
default: true
|
||||
target: x86_64-unknown-linux-gnu
|
||||
- uses: actions-rs/clippy-check@v1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
toolchain: nightly-2021-06-01
|
||||
toolchain: nightly-2021
|
||||
args: --all-features --target=x86_64-unknown-linux-gnu
|
||||
- uses: mbrobbel/rustfmt-check@master
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue