Skip to content

Commit

Permalink
ci: install ALSA
Browse files Browse the repository at this point in the history
  • Loading branch information
sullyj3 committed Aug 12, 2024
1 parent 87cdb91 commit 553f0fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: Git describe
id: ghd
uses: proudust/gh-describe@v2
- run: |
export DEBIAN_FRONTEND=noninteractive
sudo apt-get install libasound2-dev
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: cargo build --release
- name: Set up Python
Expand Down

0 comments on commit 553f0fe

Please sign in to comment.