Skip to content

Commit

Permalink
💚 Install alsa
Browse files Browse the repository at this point in the history
  • Loading branch information
clabe45 committed Jul 19, 2023
1 parent 15e444e commit 0911eb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install alsa
run: sudo apt-get install alsa-base alsa-utils
- name: Update npm
run: |
npm i -g npm@^7.x
Expand Down

0 comments on commit 0911eb2

Please sign in to comment.