Skip to content

Commit

Permalink
One more time, pretty please?
Browse files Browse the repository at this point in the history
  • Loading branch information
InfinityDevTech committed Oct 7, 2024
1 parent 9b55fb9 commit b28ec37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/BuildQualityChecks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Needed
run: sudo apt-get install -y -qq librust-alsa-sys-dev
run: sudo apt-get install -y -qq librust-alsa-sys-dev pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0
- name: Buildable
run: cargo build --verbose --features dev
quality:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Needed
run: sudo apt-get install -y -qq librust-alsa-sys-dev
run: sudo apt-get install -y -qq librust-alsa-sys-dev pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0
- name: Run Clippy
run: cargo clippy --all-targets --all-features

0 comments on commit b28ec37

Please sign in to comment.