We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29f6dee commit 783e5d2Copy full SHA for 783e5d2
.github/actions/build-netcdf-win/action.yml
@@ -37,3 +37,10 @@ runs:
37
shell: cmd
38
run: |
39
"%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