diff --git a/ci/install-dependencies-windows.sh b/ci/install-dependencies-windows.sh index 68564ffcc5e..7e1deb61a71 100755 --- a/ci/install-dependencies-windows.sh +++ b/ci/install-dependencies-windows.sh @@ -19,7 +19,7 @@ PACKAGE="${PACKAGE:-false}" WIN_PLATFORM=x64-windows # install libraries -vcpkg install netcdf-c gdal[core,tools,geos,netcdf] pcre2 fftw3[core,threads] clapack openblas --triplet ${WIN_PLATFORM} +vcpkg install --recurse netcdf-c gdal[core,tools,geos,netcdf,png,openjpeg,jpeg,gif] pcre2 fftw3[core,threads] clapack openblas --triplet ${WIN_PLATFORM} # Executable files search for DLL files in the directories listed in the PATH environment variable. echo "${VCPKG_INSTALLATION_ROOT}/installed/${WIN_PLATFORM}/bin" >> $GITHUB_PATH # Tools like gdal_translate, ogr2ogr are located in tools/gdal