Skip to content

Commit 395a26d

Browse files
committed
add corrected path
1 parent 41abfdf commit 395a26d

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
@@ -74,9 +74,9 @@ jobs:
7474
CIBW_BEFORE_BUILD: >
7575
python -c "import utils; utils.GeosLibrary('${{ env.GEO_VERSION }}').build('extern', njobs=16)"
7676
CIBW_ENVIRONMENT: >
77-
GEOS_DIR=${{ github.workspace }}${{ runner.os == 'Windows' && '\\extern' || '/extern' }}
78-
CFLAGS=-I${{ github.workspace }}${{ runner.os == 'Windows' && '\\extern\\include' || '/extern/include' }}
79-
LDFLAGS=-L${{ github.workspace }}${{ runner.os == 'Windows' && '\\extern\\lib' || '/extern/lib' }}
77+
GEOS_DIR=${{ github.workspace }}${{ runner.os == 'Windows' && '\\project\\extern' || '/project/extern' }}
78+
CFLAGS=-I${{ github.workspace }}${{ runner.os == 'Windows' && '\\project\\extern\\include' || '/project/extern/include' }}
79+
LDFLAGS=-L${{ github.workspace }}${{ runner.os == 'Windows' && '\\project\\extern\\lib' || '/project/extern/lib' }}
8080
8181
CIBW_TEST_COMMAND: >
8282
cd {project}

0 commit comments

Comments
 (0)