Skip to content

Commit

Permalink
Update Linux dependencies (#1)
Browse files Browse the repository at this point in the history
openal will not enable all audio backends without finding the required headers.

This should enable the most popular ones
  • Loading branch information
Nicky-D authored Apr 5, 2024
1 parent 824b6c4 commit 2d1b819
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 2d1b819

Please sign in to comment.