Skip to content

Commit

Permalink
Correct var name
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed May 23, 2024
1 parent 3465433 commit b5cc719
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-ctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ jobs:
with:
repo: 'HDFGroup/hdf5'
version: 'tags/snapshot-1.14'
file: '${{ inputs.use_hdf5 }}-osx.tar.gz'
file: '${{ inputs.use_hdf }}-osx.tar.gz'

- name: Get hdf5 snapshot osx12
if: ${{ (inputs.use_environ == 'snapshots') }}
Expand All @@ -312,7 +312,7 @@ jobs:
with:
repo: 'HDFGroup/hdf5'
version: 'tags/snapshot-1.14'
file: '${{ inputs.use_hdf5 }}-osx12.tar.gz'
file: '${{ inputs.use_hdf }}-osx12.tar.gz'

- name: Get hdf5 release
if: ${{ (inputs.use_environ == 'release') }}
Expand Down

0 comments on commit b5cc719

Please sign in to comment.