Skip to content

Commit 45258b6

Browse files
authored
Merge pull request #13150 from jsquyres/pr/hdf5-ci-trivial-update
hdf5-tests: abbreviate the wget output
2 parents 41935f0 + 55fd302 commit 45258b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hdf5-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
make -j 8 && make install
2121
- name: Install HDF5
2222
run: |
23-
wget https://github.com/HDFGroup/hdf5/releases/latest/download/hdf5.tar.gz
23+
wget --progress=dot:giga https://github.com/HDFGroup/hdf5/releases/latest/download/hdf5.tar.gz
2424
tar -xzf hdf5.tar.gz
2525
mv hdf5-1* hdf5
2626
cd hdf5

0 commit comments

Comments
 (0)