Skip to content

Commit

Permalink
t5
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Aug 5, 2024
1 parent 1512bfe commit 922a5fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/test-netcdf-win/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ runs:
run: |
echo "PATH=$GITHUB_WORKSPACE/zlib:$PATH" >> $GITHUB_ENV
echo "PATH=$GITHUB_WORKSPACE/hdf5/lib:$PATH" >> $GITHUB_ENV
echo "LD_LIBRARY_PATH=$GITHUB_WORKSPACE/zlib:$LD_LIBRARY_PATH" >> $GITHUB_ENV
echo "LD_LIBRARY_PATH=$GITHUB_WORKSPACE/hdf5/lib:$LD_LIBRARY_PATH" >> $GITHUB_ENV
- name: Compile netcdf-c
if: steps.petsc-cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 922a5fc

Please sign in to comment.