Skip to content

Commit

Permalink
fix(ci): switching steps in netcdf action (MODFLOW-USGS#2083)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjr-deltares authored Dec 2, 2024
1 parent 154499e commit cc7f259
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/actions/build-netcdf-win/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ runs:
cmakeVersion: latest
ninjaVersion: latest

- name: Setup oneAPI
uses: ./modflow6/.github/actions/setup-par-oneapi

- name: Setup 7-zip
uses: milliewalky/setup-7-zip@v1

Expand All @@ -25,8 +22,6 @@ 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 All @@ -38,6 +33,9 @@ runs:
curl -L -o netcdf-fortran-4.6.1.zip "https://downloads.unidata.ucar.edu/netcdf-fortran/4.6.1/netcdf-fortran-4.6.1.zip"
unzip netcdf-fortran-4.6.1.zip
- name: Setup oneAPI
uses: ./modflow6/.github/actions/setup-par-oneapi

- name: Build NetCDF
shell: cmd
run: |
Expand Down

0 comments on commit cc7f259

Please sign in to comment.