Skip to content

Commit

Permalink
t0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Nov 7, 2024
1 parent 9b01fe9 commit faa19c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build-netcdf-win/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ runs:
run: |
mkdir -p netcdf/netCDF4.9.2-NC4-64
cd netcdf/netCDF4.9.2-NC4-64
curl https://downloads.unidata.ucar.edu/netcdf-c/4.9.2/netCDF4.9.2-NC4-64.exe -O -J
curl -OJ 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
- name: Download NetCDF-Fortran
shell: bash
run: |
mkdir -p netcdf/netcdf-fortran-4.6.1/build
cd netcdf/netcdf-fortran-4.6.1
curl https://downloads.unidata.ucar.edu/netcdf-fortran/4.6.1/netcdf-fortran-4.6.1.zip -O -J
curl -OJ https://downloads.unidata.ucar.edu/netcdf-fortran/4.6.1/netcdf-fortran-4.6.1.zip
unzip netcdf-fortran-4.6.1.zip
- name: Build NetCDF
Expand Down

0 comments on commit faa19c5

Please sign in to comment.