github: bugfix: typo in .yml
This commit is contained in:
parent
f305581cdf
commit
df4420c6a5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cmake-single-platform.yml
vendored
2
.github/workflows/cmake-single-platform.yml
vendored
|
|
@ -53,7 +53,7 @@ jobs:
|
|||
run: cmake --build ${{github.workspace}}/build_refcnt --config ${{env.BUILD_TYPE}}
|
||||
|
||||
- name: Test refcnt
|
||||
working-directory: ${{github.workspace}}/build_recnt
|
||||
working-directory: ${{github.workspace}}/build_refcnt
|
||||
# Execute tests defined by the CMake configuration.
|
||||
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
|
||||
run: ctest -C ${{env.BUILD_TYPE}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue