Skip to content

Commit dfca8eb

Browse files
committed
forcing env geo
1 parent 5cd4757 commit dfca8eb

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
@@ -73,6 +73,7 @@ jobs:
7373
CIBW_BEFORE_BUILD: >
7474
python -c "import utils; utils.GeosLibrary('${{ env.GEO_VERSION }}').build('${{ env.GEO_DIR}}', njobs=16)"
7575
CIBW_ENVIRONMENT: >
76+
GEOS_DIR=${{ env.GEO_SRC_DIR }}
7677
CFLAGS=-I${{ env.GEO_DIR }}/include
7778
LDFLAGS=-L${{ env.GEO_DIR }}/lib
7879
CIBW_TEST_COMMAND: >

0 commit comments

Comments
 (0)