Skip to content

Commit

Permalink
Correct the reference to the release version
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Dec 20, 2024
1 parent 76fc81c commit 7e62380
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/abi-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,10 @@ jobs:
run: |
mkdir "${{ github.workspace }}/hdf4R"
cd "${{ github.workspace }}/hdf4R"
wget -q https://github.com/HDFGroup/hdf4/releases/download/hdf${{ inputs.file_ref }}/hdf${{ inputs.file_ref }}-ubuntu-2404_gcc.tar.gz
tar zxf hdf${{ inputs.file_ref }}-ubuntu-2404_gcc.tar.gz
#wget -q https://github.com/HDFGroup/hdf4/releases/download/hdf${{ inputs.file_ref }}/hdf${{ inputs.file_ref }}-ubuntu-2404_gcc.tar.gz
#tar zxf hdf${{ inputs.file_ref }}-ubuntu-2404_gcc.tar.gz
wget -q https://github.com/HDFGroup/hdf4/releases/download/hdf${{ inputs.file_ref }}/hdf${{ inputs.file_ref }}-ubuntu-2204_gcc.tar.gz
tar zxf hdf${{ inputs.file_ref }}-ubuntu-2204_gcc.tar.gz
- name: List files for the space (Linux)
run: |
Expand Down

0 comments on commit 7e62380

Please sign in to comment.