Skip to content

Commit

Permalink
fix(ci): change curl syntax (#2085)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjr-deltares authored Dec 3, 2024
1 parent cc7f259 commit adcb9e7
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 @@ -22,7 +22,8 @@ runs:
run: |
mkdir -p netcdf/netCDF4.9.2-NC4-64
cd netcdf/netCDF4.9.2-NC4-64
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"
which curl
curl https://downloads.unidata.ucar.edu/netcdf-c/4.9.2/netCDF4.9.2-NC4-64.exe -O -J
7z x netCDF4.9.2-NC4-64.exe -aou
- name: Download NetCDF-Fortran
Expand Down

0 comments on commit adcb9e7

Please sign in to comment.