From 1ddd2c4a562251bfa47aeda5abf694ce7ac62ba3 Mon Sep 17 00:00:00 2001 From: Peter Sobot Date: Fri, 9 Aug 2024 18:58:13 -0400 Subject: [PATCH] Update all.yml --- .github/workflows/all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index 84387a8b..05d44fe6 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -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 }}