Skip to content

Commit

Permalink
Install ALSA in the Github Go workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkKremer committed Oct 25, 2023
1 parent 40ace9c commit 6c8965c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
with:
go-version: '1.21'

# Install ALSA for building Oto
- name: Install ALSA
run: sudo apt install libasound2-dev

- name: Build
run: go build -v ./...

Expand Down

0 comments on commit 6c8965c

Please sign in to comment.