Skip to content

Commit 98a9b39

Browse files
authored
CI: Install gdal with png, jpeg and gif support (#8772)
1 parent af01dec commit 98a9b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/install-dependencies-windows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ PACKAGE="${PACKAGE:-false}"
1919
WIN_PLATFORM=x64-windows
2020

2121
# install libraries
22-
vcpkg install netcdf-c gdal[core,tools,geos,netcdf] pcre2 fftw3[core,threads] clapack openblas --triplet ${WIN_PLATFORM}
22+
vcpkg install --recurse netcdf-c gdal[core,tools,geos,netcdf,png,openjpeg,jpeg,gif] pcre2 fftw3[core,threads] clapack openblas --triplet ${WIN_PLATFORM}
2323
# Executable files search for DLL files in the directories listed in the PATH environment variable.
2424
echo "${VCPKG_INSTALLATION_ROOT}/installed/${WIN_PLATFORM}/bin" >> $GITHUB_PATH
2525
# Tools like gdal_translate, ogr2ogr are located in tools/gdal

0 commit comments

Comments
 (0)