mirror of
https://github.com/tstellar/bygfoot.git
synced 2025-01-07 04:31:26 +01:00
workflows: Link with correct zlib when building windows packages
This commit is contained in:
parent
dc595ced26
commit
34db509a84
3
.github/workflows/package.yml
vendored
3
.github/workflows/package.yml
vendored
@ -100,6 +100,9 @@ jobs:
|
||||
PkgConfig_DIR: ./
|
||||
run: |
|
||||
export PKG_CONFIG=`pwd`/bin/pkg-config.exe
|
||||
# Add gtk+ directory to PATH so that cmake can find the correct zlib
|
||||
# library.
|
||||
export PATH=`pwd`/bin:$PATH
|
||||
./scripts/package.sh .
|
||||
shell: bash
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user