Skip to content

Commit

Permalink
Remove libsndio (secondlife#4)
Browse files Browse the repository at this point in the history
Do not install libsndio-dev, this introduces a runtime dependency that's not of any use at the moment
  • Loading branch information
Nicky-D committed Apr 12, 2024
1 parent 39c49a3 commit 3cef55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit 3cef55c

Please sign in to comment.