Skip to content

Commit

Permalink
fix(dev): added libasound2-dev installation into ci
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkelTem committed Apr 10, 2021
1 parent c7bba10 commit 3fa0e68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
registry-url: 'https://registry.npmjs.org'
- name: Installing prerequisites
run: sudo apt-get install --no-install-recommends --yes libasound2-dev
- name: Installing dependencies
run: npm ci
- name: Running ESlint
Expand Down

0 comments on commit 3fa0e68

Please sign in to comment.