Skip to content

Commit

Permalink
- test curl on different runs (MODFLOW-USGS#2079)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjr-deltares authored Dec 2, 2024
1 parent 5d5d17c commit 154499e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/build-netcdf-win/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ description: Build NetCDF on Windows
runs:
using: "composite"
steps:

- name: Convert line endings
shell: cmd
run: |
Expand All @@ -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
Expand Down

0 comments on commit 154499e

Please sign in to comment.