From 154499e67ba6f0cfeba1ca04b69228692d23555f Mon Sep 17 00:00:00 2001 From: mjr-deltares <45555666+mjr-deltares@users.noreply.github.com> Date: Mon, 2 Dec 2024 13:28:53 +0100 Subject: [PATCH] - test curl on different runs (#2079) --- .github/actions/build-netcdf-win/action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/build-netcdf-win/action.yml b/.github/actions/build-netcdf-win/action.yml index 6e4a49eb928..a1592b1842b 100644 --- a/.github/actions/build-netcdf-win/action.yml +++ b/.github/actions/build-netcdf-win/action.yml @@ -3,7 +3,6 @@ description: Build NetCDF on Windows runs: using: "composite" steps: - - name: Convert line endings shell: cmd run: | @@ -26,6 +25,8 @@ runs: run: | mkdir -p netcdf/netCDF4.9.2-NC4-64 cd netcdf/netCDF4.9.2-NC4-64 + bash --version + curl --version curl -L -o netCDF4.9.2-NC4-64.exe "https://downloads.unidata.ucar.edu/netcdf-c/4.9.2/netCDF4.9.2-NC4-64.exe" 7z x netCDF4.9.2-NC4-64.exe -aou