#841: use fyne tools version with linux packaging bugfix

This commit is contained in:
Drew Weymouth
2026-02-04 18:17:27 -08:00
parent 2e33b81914
commit 7e9506d121
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@latest
run: go install fyne.io/tools/cmd/fyne@f8f18246771be44fdb1bcae50c932e1b7b1eeac3
- 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@latest
run: go install fyne.io/tools/cmd/fyne@f8f18246771be44fdb1bcae50c932e1b7b1eeac3
- name: Fyne package
run: make package_linux