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 515beec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- name: Git describe
id: ghd
uses: proudust/gh-describe@v2
- run: |
DEBIAN_FRONTEND=noninteractive apt-get install alsa-base
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: cargo build --release
- name: Set up Python
Expand Down

0 comments on commit 515beec

Please sign in to comment.