From e5dc56c34b398cfdca248791ef79a6a73f6f1344 Mon Sep 17 00:00:00 2001 From: asabya Date: Thu, 7 Nov 2024 20:02:44 +0530 Subject: [PATCH] build on ubuntu-latest --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2e6631f..7681f93 100644 --- a/Makefile +++ b/Makefile @@ -38,8 +38,8 @@ binary: dist FORCE wails build -trimpath -ldflags "$(LDFLAGS)" .PHONY: linux-binary -binary: export CGO_ENABLED=1 -binary: dist FORCE +linux-binary: export CGO_ENABLED=1 +linux-binary: dist FORCE $(GO) version wails build -trimpath -ldflags "$(LDFLAGS)" -tags webkit2_41