Skip to content

Commit

Permalink
mod: updated build action
Browse files Browse the repository at this point in the history
  • Loading branch information
KarolosLykos committed Sep 19, 2022
1 parent 22911e0 commit b88aa75
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ jobs:
os: [ ubuntu-latest ]
steps:
- name: Install alsa
if: ${{ runner.os == 'Linux' }}
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev

- name: Install udev
run: sudo apt-get update; sudo apt-get install --no-install-recommends libudev-dev

- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
Expand Down

0 comments on commit b88aa75

Please sign in to comment.