Skip to content

Commit 45b85ce

Browse files
committed
only use static tag
1 parent 796c344 commit 45b85ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
if [[ "${{ runner.os }}" == "macOS" ]]; then
7070
export PKG_CONFIG_PATH="$(brew --prefix)/lib/pkgconfig"
7171
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
72+
go build -v -tags "static" -o pdf2img-${{ matrix.goos }}-${{ matrix.goarch }}$(if [ "${{ matrix.goos }}" = "windows" ]; then echo ".exe"; fi) main.go
7373
7474
- name: Verify Static Linking
7575
shell: bash

0 commit comments

Comments
 (0)