From c17a3a1d32b136ddc55eb3bc58ccd7f69b461cc5 Mon Sep 17 00:00:00 2001 From: CaptainYS Date: Thu, 19 Dec 2024 13:16:19 -0500 Subject: [PATCH] Removed libasound2 from installation list for continuous integration. --- .github/workflows/continuous.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous.yml b/.github/workflows/continuous.yml index 9842b03..2c043d2 100644 --- a/.github/workflows/continuous.yml +++ b/.github/workflows/continuous.yml @@ -36,7 +36,7 @@ jobs: sudo apt-get update sudo apt-get install libglu1-mesa-dev mesa-common-dev - name: install-ALSA - run: sudo apt-get install libasound2 libasound2-dev + run: sudo apt-get install libasound2-dev - name: cmake run: cmake ../src -DCMAKE_BUILD_TYPE=Release working-directory: ./ci_ubuntu