Skip to content

Commit 67f80f0

Browse files
committed
Change hdf5 download location in CI
1 parent e7d263f commit 67f80f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,11 +218,11 @@ jobs:
218218
DL_PATH=hdf5-1.12.0-Std-win10_64-vs16.zip
219219
echo "MSI_PATH=hdf\\HDF5-1.12.0-win64.msi" >> $GITHUB_ENV
220220
else
221-
VERSION=1.13.0
222-
DL_PATH=windows/hdf5-1.13.0-Std-win10_64-vs16.zip
223-
echo "MSI_PATH=hdf\\HDF5-1.13.0-win64.msi" >> $GITHUB_ENV
221+
VERSION=1.13.2
222+
DL_PATH=windows/hdf5-1.13.2-Std-win10_64-vs16.zip
223+
echo "MSI_PATH=hdf\\HDF5-1.13.2-win64.msi" >> $GITHUB_ENV
224224
fi
225-
BASE_URL=https://support.hdfgroup.org/ftp/HDF5/prev-releases
225+
BASE_URL=https://support.hdfgroup.org/ftp/HDF5/releases
226226
echo "DL_URL=$BASE_URL/hdf5-${{matrix.version}}/hdf5-$VERSION/bin/$DL_PATH" >> $GITHUB_ENV
227227
echo "C:\\Program Files\\HDF_Group\\HDF5\\$VERSION\\bin" >> $GITHUB_PATH
228228
- name: Install HDF5 (${{matrix.version}})

0 commit comments

Comments
 (0)