diff --git a/.github/workflows/cmake-ctest.yml b/.github/workflows/cmake-ctest.yml index 0405d43..fbd5a12 100644 --- a/.github/workflows/cmake-ctest.yml +++ b/.github/workflows/cmake-ctest.yml @@ -45,7 +45,7 @@ jobs: repo: 'HDFGroup/hdf5' #version: 'tags/1.14.2' #file: 'hdf5-1_14_2-win_vs2022.zip' - version: 'tags/snapshot' + version: 'tags/${{ inputs.use_hdf }}' file: '${{ inputs.use_hdf }}-win_vs2022.zip' - name: Uncompress gh binary (Win) @@ -143,7 +143,7 @@ jobs: repo: 'HDFGroup/hdf5' #version: 'tags/1.14.2' #file: 'hdf5-1_14_2-ubuntu-2204.tar.gz' - version: 'tags/snapshot' + version: 'tags/${{ inputs.use_hdf }}' file: '${{ inputs.use_hdf }}-ubuntu-2204.tar.gz' - name: List files for the space (Linux) @@ -224,7 +224,7 @@ jobs: repo: 'HDFGroup/hdf5' #version: 'tags/1.14.2' #file: 'hdf5-1_14_2-osx12.tar.gz' - version: 'tags/snapshot' + version: 'tags/${{ inputs.use_hdf }}' file: '${{ inputs.use_hdf }}-osx12.tar.gz' - name: List files for the space (MacOS)