Skip to content

Commit

Permalink
test native build for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
dpolakovics committed Nov 4, 2024
1 parent a0e3082 commit 6c8942e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
go-version: 1.22
- name: Install fyne-cross
run: go install github.com/fyne-io/fyne-cross@latest
- name: Install fyne
run: go install fyne.io/fyne/v2/cmd/fyne@latest
- name: Cross-compile for Windows
run: fyne-cross windows
- name: Cross-compile for Linux
Expand Down

0 comments on commit 6c8942e

Please sign in to comment.