Skip to content

Commit

Permalink
Fix typo/stray character in cmake-ctest.yml (#4128)
Browse files Browse the repository at this point in the history
  • Loading branch information
lrknox authored Mar 13, 2024
1 parent 5b7be28 commit 74f31c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-ctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ jobs:
- name: Uncompress source (Linux S3)
run: tar -zxvf ${{ github.workspace }}/${{ steps.set-file-base.outputs.FILE_BASE }}.tar.gz

u - name: Run ctest (Linux S3)
- name: Run ctest (Linux S3)
run: |
cd "${{ runner.workspace }}/hdf5/hdfsrc"
cmake --workflow --preset=${{ inputs.preset_name }}-GNUC-S3 --fresh
Expand Down

0 comments on commit 74f31c6

Please sign in to comment.