Skip to content

Commit

Permalink
t6
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Oct 12, 2024
1 parent 732293d commit dd3f60f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/actions/build-netcdf-win/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,4 @@ runs:
shell: cmd
run: |
unix2dos -n "%GITHUB_WORKSPACE%\modflow6\.github\common\compile_modflow6_netcdf.bat" "%TEMP%\compile_modflow6_netcdf.bat"
"%ONEAPI_ROOT%\setvars.bat" intel64 && "%TEMP%\compile_modflow6_netcdf.bat"
- name: Show Meson logs
if: failure()
shell: bash
working-directory: modflow6
run: cat builddir/meson-logs/meson-log.txt
"%ONEAPI_ROOT%\setvars.bat" && "%TEMP%\compile_modflow6_netcdf.bat"

0 comments on commit dd3f60f

Please sign in to comment.