Skip to content

Commit

Permalink
Install dependencies befor running goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepla committed Jan 1, 2023
1 parent 18d45fa commit 87c1c02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.19.x
- name: Install dependencies
run: sudo apt-get update -y && sudo apt-get install libasound2-dev
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down

0 comments on commit 87c1c02

Please sign in to comment.