Skip to content

Commit

Permalink
fix: install libasound2-dev for audio support in gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
codelif committed Apr 4, 2024
1 parent 91e665f commit 6d131ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:

- name: Build
run: |
sudo apt-get install libasound2-dev -y
go build -v ./cmd/hyprnotify
strip hyprnotify
Expand Down

0 comments on commit 6d131ad

Please sign in to comment.