diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2024-03-13 14:10:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-13 14:10:26 (GMT) |
commit | 74f31c68185b6e82bae992ce6b0f433f476a094d (patch) | |
tree | 3558660987a66361de29066a614d80933ae46bc9 | |
parent | 5b7be284bc3a29f3d1b50857f7908f487210212d (diff) | |
download | hdf5-74f31c68185b6e82bae992ce6b0f433f476a094d.zip hdf5-74f31c68185b6e82bae992ce6b0f433f476a094d.tar.gz hdf5-74f31c68185b6e82bae992ce6b0f433f476a094d.tar.bz2 |
Fix typo/stray character in cmake-ctest.yml (#4128)hdf5_1_14
-rw-r--r-- | .github/workflows/cmake-ctest.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake-ctest.yml b/.github/workflows/cmake-ctest.yml index 7230603..f199836 100644 --- a/.github/workflows/cmake-ctest.yml +++ b/.github/workflows/cmake-ctest.yml @@ -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 |