Skip to content

Commit

Permalink
Merge pull request #6 from Nicky-D/patch-1
Browse files Browse the repository at this point in the history
Drop depencency on SDL2-dev and libsndio
  • Loading branch information
bennettgoble authored Apr 17, 2024
2 parents 476f56b + 8a999fa commit 66b92ec
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 @@ -15,7 +15,7 @@ jobs:
steps:
- name: Install Linux depencencies
if: runner.os == 'linux'
run: sudo apt update && sudo apt install -y libpulse-dev libsndio-dev pipewire libasound2-dev libsdl2-dev libjack-dev
run: sudo apt update && sudo apt install -y libpulse-dev pipewire libasound2-dev libjack-dev

- uses: secondlife/action-autobuild@v3
with:
Expand Down

0 comments on commit 66b92ec

Please sign in to comment.