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 d64c431
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@ 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
inputs:
toolchain: nightly
- run: cargo build --release
- name: Set up Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit d64c431

Please sign in to comment.