Skip to content

Commit

Permalink
use hdf tag name instead of snapshot name to get hdf5
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Sep 28, 2023
1 parent 883621f commit 406e897
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake-ctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 406e897

Please sign in to comment.