From c6767863eb06a79a966bb04c925a1466c181b14f Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Fri, 27 Mar 2026 22:35:29 -0400 Subject: [PATCH] set up go earlier --- .github/workflows/windows.yml | 6 +++--- hook/build.dart | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 5df6277..c6245a7 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -21,14 +21,14 @@ jobs: with: flutter-version: 3.41.5 + - name: Set up Go + uses: actions/setup-go@v6 + - name: test run: | cd gomuks/pkg/ffi go build -tags goolm -o ../../../libgomuks.dll -buildmode=c-shared - - name: Set up Go - uses: actions/setup-go@v6 - - name: Build with Flutter run: | flutter pub get diff --git a/hook/build.dart b/hook/build.dart index 59ffec3..1f45676 100644 --- a/hook/build.dart +++ b/hook/build.dart @@ -56,7 +56,6 @@ Future main(List args) => build(args, (input, output) async { // goheif/dav1d supported on Android would need to fix upstream final tags = targetOS == OS.android ? "goolm,noheic" : "goolm"; - throw "dir is: ${gomuksBuildDir.resolve("pkg/ffi/").toFilePath()}"; print( "Building Gomuks shared library $libFileName (${targetOS.name}/${targetArch.name}) to ${libFile.path}...", );