Skip to content

Commit 9051aa2

Browse files
committed
dummy
1 parent 89865d1 commit 9051aa2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
export GEOS_DIR="/project/extern"
8484
export CFLAGS="-I/project/extern/include"
8585
export LDFLAGS="-L/project/extern/lib"
86+
export LD_LIBRARY_PATH="/project/extern/lib:$LD_LIBRARY_PATH"
8687
cd ${{ env.PKGDIR }}
8788
python -m cibuildwheel --output-dir wheelhouse
8889

0 commit comments

Comments
 (0)