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}...", );