Skip to content

Commit

Permalink
remove install of fyne as not needed for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
dpolakovics committed Nov 4, 2024
1 parent b2aa6e6 commit 3869cb2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: 1.22
- name: Install fyne
run: go install fyne.io/fyne/v2/cmd/[email protected]
- name: Build Fyne application for macOS
# run: fyne package -os darwin -icon Icon.png
run: GOOS=darwin GOARCH=arm64 go build -o SoundscapeSync.app
Expand Down

0 comments on commit 3869cb2

Please sign in to comment.