Skip to content

Commit

Permalink
update CI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluis committed Jan 30, 2025
1 parent eff398d commit 76ac6bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: "Install libraries via APT"
run: |
sudo apt update
sudo apt install -y libasound2-dev
sudo apt install -y libasound2-dev libudev-dev
- name: "Install nightly"
uses: dtolnay/rust-toolchain@nightly
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-arches-miri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: "Install libraries via APT"
run: |
sudo apt update
sudo apt install -y libasound2-dev
sudo apt install -y libasound2-dev libudev-dev
- name: "cargo generate-lockfile"
if: hashFiles('Cargo.lock') == ''
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: "Install libraries via APT"
run: |
sudo apt update
sudo apt install -y libasound2-dev
sudo apt install -y libasound2-dev libudev-dev
- name: "cargo generate-lockfile"
if: hashFiles('Cargo.lock') == ''
Expand Down

0 comments on commit 76ac6bf

Please sign in to comment.