go build early
This commit is contained in:
parent
84bed89632
commit
f5c277e8b0
1 changed files with 5 additions and 0 deletions
5
.github/workflows/windows.yml
vendored
5
.github/workflows/windows.yml
vendored
|
|
@ -21,6 +21,11 @@ jobs:
|
|||
with:
|
||||
flutter-version: 3.41.5
|
||||
|
||||
- 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue