Skip to content

Commit

Permalink
github ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stillonearth committed Jan 17, 2024
1 parent 00678bd commit 88adf3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
- name: Install Dependencies
run: sudo apt-get update; sudo apt-get install pkg-config libx11-dev libasound2-dev libudev-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev
run: sudo apt-get update; sudo apt-get install pkg-config libavutil-dev libx11-dev libasound2-dev libudev-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev
- name: Run cargo test
run: cargo test

Expand All @@ -56,7 +56,7 @@ jobs:
with:
components: clippy
- name: Install Dependencies
run: sudo apt-get update; sudo apt-get install pkg-config libx11-dev libasound2-dev libudev-dev
run: sudo apt-get update; sudo apt-get install pkg-config libavutil-dev libx11-dev libasound2-dev libudev-dev
- name: Run clippy
run: cargo clippy -- -D warnings

Expand Down

0 comments on commit 88adf3f

Please sign in to comment.