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: >