Run clippy_dev workflow on current rust-toolchain
This commit is contained in:
parent
91fe2659bb
commit
608c9e8584
12
.github/workflows/clippy_dev.yml
vendored
12
.github/workflows/clippy_dev.yml
vendored
@ -25,18 +25,6 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2.3.3
|
||||
|
||||
- name: remove toolchain file
|
||||
run: rm rust-toolchain
|
||||
|
||||
- name: rust-toolchain
|
||||
uses: actions-rs/toolchain@v1.0.6
|
||||
with:
|
||||
toolchain: nightly
|
||||
target: x86_64-unknown-linux-gnu
|
||||
profile: minimal
|
||||
components: rustfmt
|
||||
default: true
|
||||
|
||||
# Run
|
||||
- name: Build
|
||||
run: cargo build --features deny-warnings
|
||||
|
Loading…
x
Reference in New Issue
Block a user