Skip to content

Commit

Permalink
Update all.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
psobot authored Aug 9, 2024
1 parent 788e144 commit 1ddd2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ jobs:
- name: Remove libasound Before Testing
if: runner.os == 'Linux'
# Tests should still pass if we have no libasound installed.
run: sudo apt-get remove libasound2-dev
run: sudo apt-get remove libasound2-dev libasound2
- name: Run tests
env:
TEST_WORKER_INDEX: ${{ matrix.runner_index }}
Expand Down

0 comments on commit 1ddd2c4

Please sign in to comment.