Skip to content

Commit

Permalink
Update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ricott1 committed Sep 23, 2024
1 parent c6d4e88 commit 36f7ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Install alsa.pc on Ubuntu
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install -y libasound2-dev libudev-dev
run: sudo apt-get install -y libasound2-dev libudev-dev librust-alsa-sys-dev

- name: Build
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 36f7ebd

Please sign in to comment.