Skip to content

Commit

Permalink
Merge pull request #5 from Nicky-D/main
Browse files Browse the repository at this point in the history
Update Linux dependencies
  • Loading branch information
bennettgoble authored Apr 5, 2024
2 parents 824b6c4 + 2d1b819 commit 476f56b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
os: [windows-2022, macos-13, ubuntu-22.04]
runs-on: ${{ matrix.os }}
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

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

0 comments on commit 476f56b

Please sign in to comment.