Skip to content

Commit

Permalink
Install Linux development packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Nov 6, 2024
1 parent 108f7a1 commit bb4751a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
if: runner.os == 'Linux'
run: sudo apt-get install build-essential git make cmake autoconf automake pkg-config
shell: bash
- name: Install Linux OpenAL dependencies
if: runner.os == 'Linux'
run: sudo apt-get install libasound2-dev libpulse-dev
shell: bash
- name: Clone repository
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit bb4751a

Please sign in to comment.