Skip to content

Commit d8edadf

Browse files
authored
Merge pull request #13508 from edgargabriel/pr/hdf5-ci-adjust-v6.0
adjust hdf5 workflow script -v6.0.x
2 parents fe8ed63 + c947147 commit d8edadf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/hdf5-tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
make -j 8 && make install
2121
- name: Install HDF5
2222
run: |
23-
wget --progress=dot:giga https://github.com/HDFGroup/hdf5/releases/latest/download/hdf5.tar.gz
24-
tar -xzf hdf5.tar.gz
25-
mv hdf5-1* hdf5
23+
wget --progress=dot:giga https://github.com/HDFGroup/hdf5/releases/download/hdf5_1.14.6/hdf5-1.14.6.tar.gz
24+
tar -xzf hdf5-1.14.6.tar.gz
25+
mv hdf5-1.14.6 hdf5
2626
cd hdf5
2727
export PATH=/opt/openmpi/bin:${PATH}
2828
export LD_LIBRARY_PATH=/opt/openmpi/lib:${LD_LIBRARY_PATH}

0 commit comments

Comments
 (0)