From df4420c6a5e7b8f6cd18fc4174e14c27a1cd4fb5 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Sun, 24 Sep 2023 13:49:09 -0400 Subject: [PATCH] github: bugfix: typo in .yml --- .github/workflows/cmake-single-platform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index ed2bd910..5d74447d 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -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}}