have to get fyne aswell

This commit is contained in:
2024-03-10 13:38:24 -05:00
parent 875202ceb4
commit aaeaebdb03
3 changed files with 18 additions and 2 deletions

View File

@@ -22,6 +22,12 @@ jobs:
run: |
apt-get update
apt-get install -y gcc-mingw-w64 gcc libgl1-mesa-dev xorg-dev
- name: get fyne
run: |
go get fyne.io/fyne/v2@latest
go install fyne.io/fyne/v2/cmd/fyne@latest
- name: build
run: |
VERSION=${{github.ref_name}}