From 8bbe11db2af50eecbcb578924b18366bc1fa6dc7 Mon Sep 17 00:00:00 2001 From: gzaffin Date: Sat, 20 Jan 2024 16:38:51 +0100 Subject: [PATCH] GitHub Actions configuration. --- .github/workflows/ccpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 59bd752..4fcdb95 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -17,7 +17,7 @@ jobs: if: matrix.os == 'ubuntu-latest' run: | sudo apt-get update - sudo apt-get install cmake libsdl2-dev + sudo apt-get install cmake pulseaudio sdl2 libsdl2-dev - name: Install Dependencies [Darwin] if: matrix.os == 'macos-latest' run: |