Skip to content

Commit

Permalink
Try different alsa dep
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisduerr committed Oct 9, 2023
1 parent 2575b23 commit adb53ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Dependencies
run: |
sudo apt-get update
sudo apt-get install libgtk-4-dev libpango1.0-dev alsa-base
sudo apt-get install libgtk-4-dev libpango1.0-dev libasound2-dev
- uses: actions/checkout@v2
- name: Stable
run: cargo test
Expand Down

0 comments on commit adb53ee

Please sign in to comment.