From cc7f2590f1c066d0e898119168de6210201102a4 Mon Sep 17 00:00:00 2001 From: mjr-deltares <45555666+mjr-deltares@users.noreply.github.com> Date: Mon, 2 Dec 2024 20:03:01 +0100 Subject: [PATCH] fix(ci): switching steps in netcdf action (#2083) --- .github/actions/build-netcdf-win/action.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/actions/build-netcdf-win/action.yml b/.github/actions/build-netcdf-win/action.yml index a1592b1842b..b06d5ff7b41 100644 --- a/.github/actions/build-netcdf-win/action.yml +++ b/.github/actions/build-netcdf-win/action.yml @@ -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 @@ -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 @@ -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: |