Skip to content

Commit a822060

Browse files
author
Meghan Jones
authored
Add geos to install-dependencies-macos.sh (#5969)
1 parent 5b33672 commit a822060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/install-dependencies-macos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ PACKAGE="${PACKAGE:-false}"
1717

1818
# packages for compiling GMT
1919
# cmake is pre-installed on GitHub Actions
20-
packages="ninja curl pcre2 netcdf gdal fftw ghostscript"
20+
packages="ninja curl pcre2 netcdf gdal geos fftw ghostscript"
2121

2222
# packages for build documentation
2323
if [ "$BUILD_DOCS" = "true" ]; then

0 commit comments

Comments
 (0)