Skip to content

Commit

Permalink
Fix path to HDF5
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins committed Jan 11, 2025
1 parent 76799f3 commit b9d762e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
- name: Run regression tests
run: |
cd cve_hdf5
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib"
./test_hdf5_cve.sh /usr/local/bin ./cve_out
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/HDF_Group/HDF5/2.0.0/lib"
./test_hdf5_cve.sh /usr/local/HDF_Group/HDF5/2.0.0/bin ./cve_out

0 comments on commit b9d762e

Please sign in to comment.