Skip to content

Commit c812bf6

Browse files
committed
Run clippy_dev workflow on current rust-toolchain
1 parent 8341cec commit c812bf6

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/clippy_dev.yml

-12
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,6 @@ jobs:
2525
- name: Checkout
2626
uses: actions/[email protected]
2727

28-
- name: remove toolchain file
29-
run: rm rust-toolchain
30-
31-
- name: rust-toolchain
32-
uses: actions-rs/[email protected]
33-
with:
34-
toolchain: nightly
35-
target: x86_64-unknown-linux-gnu
36-
profile: minimal
37-
components: rustfmt
38-
default: true
39-
4028
# Run
4129
- name: Build
4230
run: cargo build --features deny-warnings

0 commit comments

Comments
 (0)