Skip to content

Commit

Permalink
Remove stray character again from cmake-ctest.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
lrknox committed Mar 13, 2024
1 parent 9abb427 commit 1f2f086
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 1f2f086

Please sign in to comment.