fix(ci/check): remove nightly toolchain
This commit is contained in:
parent
f7a1e4b666
commit
c7e32b471c
1 changed files with 0 additions and 1 deletions
1
.github/workflows/check.yml
vendored
1
.github/workflows/check.yml
vendored
|
|
@ -16,7 +16,6 @@ jobs:
|
|||
name: check
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@nightly
|
||||
- uses: mozilla-actions/sccache-action@v0.0.3
|
||||
# - run: cargo fmt -- --check
|
||||
- run: cargo clippy --all-targets --all-features
|
||||
|
|
|
|||
Loading…
Reference in a new issue