Skip to content

Commit

Permalink
Merge pull request #22 from feuerrot/goreleaser2
Browse files Browse the repository at this point in the history
ci: add missing dependency
  • Loading branch information
feuerrot authored Nov 28, 2022
2 parents 0557753 + 6ebda36 commit 9f9b328
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libopus-dev
- uses: go-semantic-release/action@v1
with:
hooks: goreleaser
Expand Down

0 comments on commit 9f9b328

Please sign in to comment.