Skip to content

Commit

Permalink
github actions: install alsa
Browse files Browse the repository at this point in the history
  • Loading branch information
cart committed Jul 23, 2020
1 parent 85bd034 commit 70b1245
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
with:
toolchain: stable
override: true
- name: Install alsa
run: sudo apt-get install libasound2-dev
- name: Build
run: cargo check
- name: Run tests
Expand Down

0 comments on commit 70b1245

Please sign in to comment.