Skip to content

Commit

Permalink
Update .goreleaser.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
anhoder committed Oct 4, 2022
1 parent a6f1b69 commit 49636fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ builds:
hooks:
pre:
- apt update
- apt install -y libasound2-dev libflac-dev
- apt install -y libasound2-dev libflac-dev gobjc
env:
- CC=x86_64-linux-gnu-gcc
- CXX=x86_64-linux-gnu-g++
Expand All @@ -24,7 +24,7 @@ builds:
# hooks:
# pre:
# - apt update
# - apt install -y libasound2-dev
# - apt install -y libasound2-dev libflac-dev gobjc
# goarch:
# - arm64
# goos:
Expand Down

0 comments on commit 49636fc

Please sign in to comment.