Skip to content

Commit

Permalink
try with cgo enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
dpolakovics committed Nov 7, 2024
1 parent 4f13183 commit 3695f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
go-version: 1.22
- name: Compile for MacOS
run: |
GOOS=linux GOARCH=amd64 go build
CGO_ENABLED=1 GOOS=darwin GOARCH=amd64 go build
mkdir -p SoundscapeSync.app/Contents/MacOS
mv soundscape-sync SoundscapeSync.app/Contents/MacOS/SoundscapeSync
echo '<?xml version="1.0" encoding="UTF-8"?>' > SoundscapeSync.app/Contents/Info.plist
Expand Down

0 comments on commit 3695f92

Please sign in to comment.