Skip to content

Commit 03e8404

Browse files
committed
Update GEOS version to 3.6.5 in workflows
This update is required because GEOS 3.3.3 seems to be a bit difficult to build under modern Windows/MSVC due to the use of non-std min/max in different parts of the source code.
1 parent 860b890 commit 03e8404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/basemap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
. /etc/profile
6060
cd ${{env.PKGDIR}}
6161
export MAKEFLAGS="-j 16"
62-
python -c "import utils; utils.GeosLibrary('3.3.3').build('extern')"
62+
python -c "import utils; utils.GeosLibrary('3.6.5').build('extern')"
6363
-
6464
name: Upload GEOS artifacts
6565
uses: actions/upload-artifact@v1

0 commit comments

Comments
 (0)