Skip to content

Commit

Permalink
Add PulseAudio to Linux natives.
Browse files Browse the repository at this point in the history
  • Loading branch information
vddCore authored May 21, 2024
1 parent be2bf13 commit 2d32d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux-natives.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: turtlesec-no/get-ninja@1.1.0

- name: Install pre-requisites
run: sudo apt install xorg-dev libglu1-mesa-dev freeglut3-dev mesa-common-dev libx11-dev xserver-xorg-dev xorg-dev libpng-dev libgl1-mesa-glx libwayland-dev libxkbcommon-dev libasound2-dev
run: sudo apt install xorg-dev libglu1-mesa-dev freeglut3-dev mesa-common-dev libx11-dev xserver-xorg-dev xorg-dev libpng-dev libgl1-mesa-glx libwayland-dev libxkbcommon-dev libasound2-dev libpulse-dev

- name: Build
run: cd Dependencies && ./build_natives --with-ft && cd ..
Expand Down

0 comments on commit 2d32d07

Please sign in to comment.