Skip to content

Commit

Permalink
Alsa
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHayton committed Jul 30, 2024
1 parent 5838bb3 commit b817d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Install alsa-tools (ubuntu only)
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install alsa-tools
run: sudo apt-get install -y alsa-tools libasound2-dev libudev-dev
- name: "Activate MSYS2 on Windows"
if: matrix.os == 'windows-latest'
uses: msys2/setup-msys2@v2
Expand Down

0 comments on commit b817d66

Please sign in to comment.