Skip to content

Commit

Permalink
ci: add dependencies installation step
Browse files Browse the repository at this point in the history
  • Loading branch information
0xzer0x committed Jan 10, 2025
1 parent 04e7a95 commit b1b7982
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,13 @@ jobs:
with:
go-version: stable

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

- name: Install Cosign
uses: sigstore/[email protected]

- name: Run GoReleaser
- name: Run goreleaser
uses: goreleaser/goreleaser-action@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b1b7982

Please sign in to comment.