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