Skip to content

Commit 9951c4d

Browse files
committed
escaping
1 parent c003b76 commit 9951c4d

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
@@ -75,9 +75,9 @@ jobs:
7575
7676
CIBW_ENVIRONMENT_WINDOWS: >-
7777
GEOS_DIR=${{ env.GEO_DIR }}
78-
INCLUDE=${{ env.GEO_DIR }}/include
79-
LIB=${{ env.GEO_DIR }}/lib
80-
PATH=${{ env.GEO_DIR }}/bin
78+
INCLUDE=${{ env.GEO_DIR }}/include;%%INCLUDE%%
79+
LIB=${{ env.GEO_DIR }}/lib;%%LIB%%
80+
PATH=${{ env.GEO_DIR }}/bin;%%PATH%%
8181
8282
CIBW_ENVIRONMENT_LINUX: >-
8383
GEOS_DIR=${{ env.GEO_DIR }}

0 commit comments

Comments
 (0)