Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-kie authored Nov 28, 2024
1 parent a628162 commit 020a166
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 @@ -26,7 +26,7 @@ jobs:
override: true

- name: Install Dependencies
run: rustup component add clippy rustfmt
run: sudo apt install libdbus-1-dev pkg-config && rustup component add clippy rustfmt

- name: Run Clippy (Linting)
run: cargo clippy --all-targets --all-features -- -D warnings
Expand Down

0 comments on commit 020a166

Please sign in to comment.