fyne cant follow golangs example with getting deps for builds

This commit is contained in:
2024-03-10 14:04:10 -05:00
parent cad13efe95
commit 95caed9b33
3 changed files with 9 additions and 0 deletions

View File

@@ -30,6 +30,9 @@ jobs:
go get fyne.io/fyne/v2@latest
go install fyne.io/fyne/v2/cmd/fyne@latest
- name: go mod
run: go mod tidy
- name: build linux
run: |
BUILD=${{github.run_number}}

View File

@@ -30,6 +30,9 @@ jobs:
go get fyne.io/fyne/v2@latest
go install fyne.io/fyne/v2/cmd/fyne@latest
- name: go mod
run: go mod tidy
- name: build
run: |
GOOS=linux

View File

@@ -26,6 +26,9 @@ jobs:
go get fyne.io/fyne/v2@latest
go install fyne.io/fyne/v2/cmd/fyne@latest
- name: go mod
run: go mod tidy
- name: build linux
run: |
VERSION=${{github.ref_name}}