Skip to content

Commit

Permalink
💚 Install pulseaudio
Browse files Browse the repository at this point in the history
  • Loading branch information
clabe45 committed Jul 20, 2023
1 parent 15e444e commit aa906de
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: Install pulseaudio
run: |
sudo apt-get update
sudo apt-get install -y pulseaudio
- name: Start pulseaudio
run: |
pulseaudio --start
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit aa906de

Please sign in to comment.