Skip to content

Commit

Permalink
try without env for go
Browse files Browse the repository at this point in the history
  • Loading branch information
dpolakovics committed Nov 4, 2024
1 parent 56c2c88 commit fc27244
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ jobs:
- name: Install fyne
run: go install fyne.io/fyne/v2/cmd/fyne@latest
- name: Build Fyne application for macOS
env:
CGO_ENABLED: 1
GOOS: darwin
GOARCH: amd64 # Change if targeting a different architecture
CC: o32-clang # Specify your C compiler here
run: |
fyne package -os darwin -icon Icon.png
ls -al
Expand Down

0 comments on commit fc27244

Please sign in to comment.