There was an error while loading. Please reload this page.
1 parent 796c344 commit 45b85ceCopy full SHA for 45b85ce
1 file changed
.github/workflows/build.yml
@@ -69,7 +69,7 @@ jobs:
69
if [[ "${{ runner.os }}" == "macOS" ]]; then
70
export PKG_CONFIG_PATH="$(brew --prefix)/lib/pkgconfig"
71
fi
72
- go build -v -tags "extlib static pkgconfig" -o pdf2img-${{ matrix.goos }}-${{ matrix.goarch }}$(if [ "${{ matrix.goos }}" = "windows" ]; then echo ".exe"; fi) main.go
+ go build -v -tags "static" -o pdf2img-${{ matrix.goos }}-${{ matrix.goarch }}$(if [ "${{ matrix.goos }}" = "windows" ]; then echo ".exe"; fi) main.go
73
74
- name: Verify Static Linking
75
shell: bash
0 commit comments