Skip to content

Commit

Permalink
build: make pulseaudio2 optional and move build libs to dev
Browse files Browse the repository at this point in the history
ci: add libpulse
  • Loading branch information
RuzikNF committed Oct 8, 2020
1 parent ccf6ec5 commit 468e731
Show file tree
Hide file tree
Showing 3 changed files with 411 additions and 416 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading

0 comments on commit 468e731

Please sign in to comment.