Skip to content

Commit e2a2422

Browse files
committed
hardcoding windows path
1 parent f378d19 commit e2a2422

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

0 commit comments

Comments
 (0)