update build workflows to simplify, -tags migrated_fynedo for appimage

This commit is contained in:
Drew Weymouth
2025-03-30 14:00:45 -07:00
parent fa2e998ef6
commit cc70257445
7 changed files with 3 additions and 18 deletions
-3
View File
@@ -31,9 +31,6 @@ jobs:
- name: Setup path
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: Build
run: CGO_CFLAGS="-I/usr/local/include -I/opt/homebrew/include" CGO_LDFLAGS="-L/usr/local/lib -L/opt/homebrew/lib" go build
- name: Install Fyne tool
run: go install fyne.io/fyne/v2/cmd/fyne@latest