From f1ed303e59594e5a70024e153f27e398b69012c8 Mon Sep 17 00:00:00 2001 From: Jon Date: Tue, 24 Oct 2023 18:50:29 -0400 Subject: [PATCH] Update cmake-single-platform.yml --- .github/workflows/cmake-single-platform.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index 52caed7..5b7f830 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -31,8 +31,8 @@ jobs: run: cmake ${{github.workspace}}/ && make -j32 - name: Test - working-directory: ${{github.workspace}}/build + working-directory: ${{github.workspace}} # Execute tests defined by the CMake configuration. # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail - run: cmake -DCMAKE_BUILD_TYPE=Test ${{github.workspace}}/ && make -j32 && ${{github.workspace}}/build/cmaker + run: cmake -DCMAKE_BUILD_TYPE=Test ${{github.workspace}} && make -j32 && ${{github.workspace}}/build/cmaker