File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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}})
You can’t perform that action at this time.
0 commit comments