From e1db654a489f6e1d589303f8935d6b5af8af7388 Mon Sep 17 00:00:00 2001 From: Justin Harms Date: Sun, 10 Mar 2024 22:00:02 -0500 Subject: [PATCH] please --- .gitea/workflows/push-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/push-ci.yaml b/.gitea/workflows/push-ci.yaml index ccf6a23..02cbfd0 100644 --- a/.gitea/workflows/push-ci.yaml +++ b/.gitea/workflows/push-ci.yaml @@ -92,7 +92,7 @@ jobs: - name: Build run: | GOOS=linux GOARCH=amd64 CC=gcc fyne package --appBuild=${BUILD} --exe bin/swiped-mod-switcher-${VERSION#v}.${BUILD}-windows-amd64 main.go - GOOS=windows GOARCH=amd64 CC=gcc fyne package --appBuild=${BUILD} --exe bin/swiped-mod-switcher-${VERSION#v}.${BUILD}-windows-amd64.exe main.go + GOOS=windows GOARCH=amd64 CC=x86_64-w64-mingw32-gcc fyne package --appBuild=${BUILD} --exe bin/swiped-mod-switcher-${VERSION#v}.${BUILD}-windows-amd64.exe main.go env: VERSION: ${{github.ref_name}} BUILD: ${{github.run_number}}