Skip to content

Commit 810567b

Browse files
committed
typo
1 parent b48703a commit 810567b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
--global-option=build_ext
7373
--global-option="-I{project}/extern/include"
7474
--global-option="-L{project}/extern/lib"
75-
CIBW_SKIP: "pp* *-musllinux*"
75+
CIBW_SKIP: "pp* *-musllinux*"
7676
CIBW_BEFORE_BUILD: >
7777
python -c "import utils; utils.GeosLibrary('${{ env.GEO_VERSION }}').build('extern', njobs=16)"
7878
CIBW_ENVIRONMENT: >

0 commit comments

Comments
 (0)