File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,14 +50,14 @@ jobs:
5050 run : |
5151 export PKG_CONFIG_PATH="/mingw64/lib/pkgconfig:$PKG_CONFIG_PATH"
5252 export CGO_CFLAGS="-I/mingw64/include"
53- export CGO_LDFLAGS="-L/mingw64/lib -lyara -lssl -lcrypto -lws2_32 -lcrypt32"
53+ export CGO_LDFLAGS="-L/mingw64/lib -lyara -ljansson -lmagic - lssl -lcrypto -lws2_32 -lcrypt32"
5454 cd $GITHUB_WORKSPACE
5555 go test ./... -v
5656 - name : Building Fastfinder
5757 run : |
5858 export PKG_CONFIG_PATH="/mingw64/lib/pkgconfig:$PKG_CONFIG_PATH"
5959 export CGO_CFLAGS="-I/mingw64/include"
60- export CGO_LDFLAGS="-L/mingw64/lib -lyara -lssl -lcrypto -lws2_32 -lcrypt32"
60+ export CGO_LDFLAGS="-L/mingw64/lib -lyara -ljansson -lmagic - lssl -lcrypto -lws2_32 -lcrypt32"
6161 export GOOS="windows"
6262 export GOARCH="amd64"
6363 cd $GITHUB_WORKSPACE
You can’t perform that action at this time.
0 commit comments