Skip to content

Commit

Permalink
chore: update ubuntu to install alsa-sys
Browse files Browse the repository at this point in the history
  • Loading branch information
craigmayhew committed May 21, 2024
1 parent c4a9b92 commit ecae96c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,9 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Update Ubuntu
run: |
apt-get update
apt-get install libasound2-dev
- name: Build
run: cargo build --verbose

0 comments on commit ecae96c

Please sign in to comment.