Skip to content

Commit f9535c7

Browse files
authored
fix(CI): update clippy workflow (#64)
1 parent 66c689f commit f9535c7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ jobs:
4343

4444
steps:
4545
- uses: actions/checkout@v2
46-
- uses: actions-rust-lang/setup-rust-toolchain@v1
46+
- uses: actions-rs/toolchain@v1
47+
with:
48+
toolchain: stable
49+
override: true
50+
components: clippy
4751

4852
- run: cargo clippy -- -D warnings

0 commit comments

Comments
 (0)