Skip to content

Commit 783e5d2

Browse files
mjrenomjreno
andauthored
fix(ci): update windows pixi environment (#2215)
* update GITHUB_PATH with NetCDF lib dirs * update pixi environment win-64 --------- Co-authored-by: mjreno <[email protected]>
1 parent 29f6dee commit 783e5d2

File tree

2 files changed

+1822
-3979
lines changed

2 files changed

+1822
-3979
lines changed

.github/actions/build-netcdf-win/action.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,10 @@ runs:
3737
shell: cmd
3838
run: |
3939
"%ONEAPI_ROOT%\setvars.bat" intel64 vs2022 && "%TEMP%\compile_netcdf.bat"
40+
41+
- name: Update path for NetCDF libs
42+
shell: bash
43+
run: |
44+
echo "$GITHUB_WORKSPACE/netcdf/netCDF4.9.2-NC4-64/bin" >> $GITHUB_PATH
45+
echo "$GITHUB_WORKSPACE/netcdf/netCDF4.9.2-NC4-64/lib" >> $GITHUB_PATH
46+
echo "$GITHUB_WORKSPACE/netcdf/netcdf-fortran-4.6.1/build/fortran" >> $GITHUB_PATH

0 commit comments

Comments
 (0)