Skip to content

Commit

Permalink
Fixed github action
Browse files Browse the repository at this point in the history
  • Loading branch information
rarebreed committed Feb 27, 2023
1 parent 001296f commit 395b464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Prerequisites
run: sudo apt-get install clang pkg-config libx11-dev libasound2-dev libudev-dev mesa-vulkan-drivers
- name: Clippy check
run: cargo clippy --all-targets --all-features -- -Dwarning
run: cargo clippy --all-targets --all-features -- -Dwarnings
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit 395b464

Please sign in to comment.