Skip to content

Commit

Permalink
Update rust CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarlycow committed Jul 24, 2024
1 parent a3912ab commit e4e9bcf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ jobs:
- name: Install Rust toolchain via rustup
run: |
rustup override set nightly
rustup component add clippy --toolchain nightly
rustup component add clippy
- name: Check linting
run: cargo clippy --all-targets --all-features -- -D warnings
Expand Down

0 comments on commit e4e9bcf

Please sign in to comment.