mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-24 10:54:16 +00:00
Fix for toolchain CI
This commit is contained in:
parent
e642f2c1cc
commit
14d53cac77
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
||||||
- 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
|
toolchain: nightly
|
||||||
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…
Reference in a new issue