From 3cef55c39169b3819c3e66ac184eeb7253ade52a Mon Sep 17 00:00:00 2001 From: Nicky Dasmijn Date: Fri, 12 Apr 2024 16:46:26 +0200 Subject: [PATCH] Remove libsndio (#4) Do not install libsndio-dev, this introduces a runtime dependency that's not of any use at the moment --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3749df1..4851f12 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -22,7 +22,7 @@ jobs: sudo apt install -y mesa-common-dev libgl1-mesa-dev libglu1-mesa-dev libxext-dev libibus-1.0-dev fcitx-libs-dev libudev-dev libunwind-dev - libwayland-dev libxkbcommon-dev libpulse-dev libsndio-dev ninja-build + libwayland-dev libxkbcommon-dev libpulse-dev ninja-build - name: Setup macOS Build Dependencies if: ${{ runner.os == 'macOS' }}