Revert "#841: use fyne tools version with linux packaging bugfix"

This reverts commit 7e9506d121.
This commit is contained in:
Drew Weymouth
2026-02-04 18:20:11 -08:00
parent 7e9506d121
commit 08c8c6e421
2 changed files with 2 additions and 2 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/tools/cmd/fyne@f8f18246771be44fdb1bcae50c932e1b7b1eeac3
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/tools/cmd/fyne@f8f18246771be44fdb1bcae50c932e1b7b1eeac3
run: go install fyne.io/tools/cmd/fyne@latest
- name: Fyne package
run: make package_linux