Compare commits

..

2 Commits

Author SHA1 Message Date
2c6a8ac7b0 Merge branch 'develop' of ssh://git.s1d3sw1ped.com:2222/s1d3sw1ped/SwipedModSwitcher into develop
Some checks failed
build and test / artifact builds on linux and windows (push) Has been cancelled
pull request validation / build and run tests (pull_request) Successful in 4m1s
2024-03-10 14:04:48 -05:00
95caed9b33 fyne cant follow golangs example with getting deps for builds 2024-03-10 14:04:10 -05:00
3 changed files with 9 additions and 0 deletions

View File

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

View File

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

View File

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