Skip to content

Commit 5cd4757

Browse files
committed
forcing env
1 parent 5ef394a commit 5cd4757

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ jobs:
7171
CIBW_BUILD: "cp{39,310,311,312}-{manylinux_x86_64,win_amd64,macosx_x86_64}"
7272
CIBW_SKIP: "*-manylinux_i686 *-musllinux* pp*"
7373
CIBW_BEFORE_BUILD: >
74-
python -c "import utils; utils.GeosLibrary('${{ env.GEO_VERSION }}').build('${{ GEO_DIR}}', njobs=16)"
74+
python -c "import utils; utils.GeosLibrary('${{ env.GEO_VERSION }}').build('${{ env.GEO_DIR}}', njobs=16)"
7575
CIBW_ENVIRONMENT: >
76-
CFLAGS=-I${{ GEO_DIR }}/include
77-
LDFLAGS=-L${{ GEO_DIR }}/lib
76+
CFLAGS=-I${{ env.GEO_DIR }}/include
77+
LDFLAGS=-L${{ env.GEO_DIR }}/lib
7878
CIBW_TEST_COMMAND: >
7979
cd {project} &&
8080
pip install pytest pytest-cov &&

0 commit comments

Comments
 (0)