Skip to content

Commit

Permalink
alsa
Browse files Browse the repository at this point in the history
  • Loading branch information
tomara-x committed Sep 30, 2024
1 parent 4e3bcdf commit 3f54660
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: install dependencies
run: |
sudo apt-get update; sudo apt-get install libjack-dev pkg-config
sudo apt-get update; sudo apt-get install libjack-dev pkg-config libasound2-dev
- name: Build
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: install dependencies
run: |
sudo apt-get update; sudo apt-get install libjack-dev pkg-config
sudo apt-get update; sudo apt-get install libjack-dev pkg-config libasound2-dev
- name: Build
run: |
Expand Down

0 comments on commit 3f54660

Please sign in to comment.