forked from ruslang02/discord-qt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: make pulseaudio2 optional and move build libs to dev
ci: add libpulse
- Loading branch information
RuzikNF
committed
Oct 8, 2020
1 parent
ccf6ec5
commit 468e731
Showing
3 changed files
with
411 additions
and
416 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
run: sudo apt update | ||
- name: Install apt libs | ||
if: ${{ runner.os == 'Linux' }} | ||
run: sudo apt install -y mesa-common-dev libglu1-mesa-dev libxkbcommon-x11-0 | ||
run: sudo apt install -y mesa-common-dev libglu1-mesa-dev libxkbcommon-x11-0 libpulse-dev | ||
- name: Use Node.js ${{ matrix.node-version }} | ||
uses: actions/[email protected] | ||
with: | ||
|
Oops, something went wrong.