mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-03-23 06:46:11 +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
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
toolchain: nightly-2021-06-01
|
toolchain: nightly
|
||||||
components: rustfmt, clippy
|
components: rustfmt, clippy
|
||||||
default: true
|
default: true
|
||||||
target: x86_64-unknown-linux-gnu
|
target: x86_64-unknown-linux-gnu
|
||||||
- uses: actions-rs/clippy-check@v1
|
- uses: actions-rs/clippy-check@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
toolchain: nightly-2021-06-01
|
toolchain: nightly-2021
|
||||||
args: --all-features --target=x86_64-unknown-linux-gnu
|
args: --all-features --target=x86_64-unknown-linux-gnu
|
||||||
- uses: mbrobbel/rustfmt-check@master
|
- uses: mbrobbel/rustfmt-check@master
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue