Skip to content

Commit

Permalink
CI: fix build issue on CMake build-windows-conda config (refs OSGeo#5513
Browse files Browse the repository at this point in the history
)
  • Loading branch information
rouault committed Mar 25, 2022
1 parent af52706 commit 4424fde
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cmake_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,10 +308,12 @@ jobs:
cmake --version
- name: Install dependency
shell: bash -l {0}
# We pin poppler to 21.03.0, as the 22.01.0 update breaks GDAL
# cf https://github.com/OSGeo/gdal/issues/5513
run: |
conda install --yes --quiet --name gdalenv curl libiconv icu python=3.9 swig numpy pytest pytest-env zlib clcache lxml
conda install --yes --quiet --name gdalenv -c conda-forge proj geos hdf4 hdf5 kealib \
libnetcdf openjpeg poppler libtiff libpng xerces-c expat libxml2 kealib json-c \
libnetcdf openjpeg poppler==21.03.0 libtiff libpng xerces-c expat libxml2 kealib json-c \
cfitsio freexl geotiff jpeg libpq libspatialite libwebp-base pcre pcre2 postgresql \
sqlite tiledb zstd charls cryptopp cgal jasper doxygen librttopo libkml openssl xz \
openjdk ant qhull armadillo blas blas-devel libblas libcblas liblapack liblapacke blosc
Expand Down

0 comments on commit 4424fde

Please sign in to comment.