update Fyne build tool in workflows

This commit is contained in:
Drew Weymouth
2026-01-31 08:39:19 -08:00
parent 685348e107
commit 1e73073032
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
run: export C_INCLUDE_PATH=/usr/local/include:/opt/homebrew/include:$C_INCLUDE_PATH && export LIBRARY_PATH=/usr/local/lib:/opt/homebrew/lib:$LIBRARY_PATH
- name: Install Fyne tool
run: go install fyne.io/fyne/v2/cmd/fyne@latest
run: go install fyne.io/tools/cmd/fyne@latest
- name: Package app bundles
run: >
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
run: export C_INCLUDE_PATH=/usr/local/include:/opt/homebrew/include:$C_INCLUDE_PATH && export LIBRARY_PATH=/usr/local/lib:/opt/homebrew/lib:$LIBRARY_PATH
- name: Install Fyne tool
run: go install fyne.io/fyne/v2/cmd/fyne@latest
run: go install fyne.io/tools/cmd/fyne@latest
- name: Build and package app bundles
run: >
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
run: sudo apt update && sudo apt install libmpv-dev gcc libegl1-mesa-dev xorg-dev
- name: Install Fyne tool
run: go install fyne.io/fyne/v2/cmd/fyne@latest
run: go install fyne.io/tools/cmd/fyne@latest
- name: Fyne package
run: make package_linux
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
run: sudo apt update && sudo apt install libmpv-dev gcc libegl1-mesa-dev xorg-dev
- name: Install Fyne tool
run: go install fyne.io/fyne/v2/cmd/fyne@latest
run: go install fyne.io/tools/cmd/fyne@latest
- name: Fyne package
run: make package_linux
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
pacman --noconfirm -S mingw-w64-x86_64-toolchain mingw-w64-x86_64-mpv
- name: Install Fyne tool
run: go install fyne.io/fyne/v2/cmd/fyne@latest
run: go install fyne.io/tools/cmd/fyne@latest
- name: Package
run: make package_windows