Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nicopap committed Nov 15, 2023
1 parent b718c3c commit b3b98a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy,rustfmt

- name: Install alsa and udev
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev

- name: Check formatting
run: cargo fmt --all -- --check

Expand Down

0 comments on commit b3b98a7

Please sign in to comment.