Skip to content

Commit

Permalink
fix: added alsa sys package to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FMotalleb committed Aug 29, 2024
1 parent ffc95ad commit 0069342
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Install alsa system packages
run: apt-get update && apt-get install -y libasound2-dev libudev-dev
- uses: actions/checkout@v3

- name: Set up Rust toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 0069342

Please sign in to comment.