Skip to content

Commit

Permalink
CI: install build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Sep 5, 2023
1 parent f2a9a04 commit 7c8f96c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
with:
go-version: '1.20'

- name: Install dependencies
run: sudo apt-get install -y libasound2-dev

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

Expand Down

0 comments on commit 7c8f96c

Please sign in to comment.