Skip to content

Commit d7aaf0f

Browse files
committed
use ci paths
1 parent 3569118 commit d7aaf0f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ jobs:
7272
CIBW_BEFORE_BUILD: >
7373
python -c "import utils; utils.GeosLibrary('${{ env.GEO_VERSION }}').build('extern', njobs=16)"
7474
CIBW_ENVIRONMENT: >
75-
GEOS_DIR=$GITHUB_WORKSPACE/extern
76-
CPATH=$GITHUB_WORKSPACE/extern/include
77-
LIBRARY_PATH=$GITHUB_WORKSPACE/extern/lib
78-
LD_LIBRARY_PATH=$GITHUB_WORKSPACE/extern/lib
75+
GEOS_DIR=/{project}/extern
76+
CPATH=/{project}/extern/include
77+
LIBRARY_PATH=/{project}/extern/lib
78+
LD_LIBRARY_PATH=/{project}/extern/lib
7979
SETUPTOOLS_USE_DISTUTILS=stdlib
8080
CIBW_TEST_COMMAND: >
8181
cd {project}

0 commit comments

Comments
 (0)