Try fixing CI
This commit is contained in:
parent
1a5c413464
commit
0aba73a2a3
2 changed files with 3 additions and 1 deletions
|
|
@ -70,6 +70,8 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: https://github.com/dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
components: clippy, rustfmt
|
||||
|
||||
- name: Clippy
|
||||
run: cargo clippy -- -D warnings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue