diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ade21dc7d8..f87ed214d17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -487,6 +487,8 @@ jobs: #pacman -Syu #pacman -S --noconfirm --needed base-devel unzip mingw-w64-x86_64-toolchain mingw-w64-x86_64-libtool mingw-w64-x86_64-cmake mingw-w64-x86_64-hdf5 #wget https://github.com/Unidata/netcdf-c/archive/refs/tags/v4.9.2.zip + choco install wget + choco install unzip mkdir netcdf-c unzip v4.9.2.zip -d netcdf-c wget https://github.com/Unidata/netcdf-fortran/archive/refs/tags/v4.6.1.zip