From 6312161301691e7b3d94bbff27e1f7694fc92f46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjell=20Hedstr=C3=B6m?= Date: Wed, 22 May 2024 17:43:33 -0700 Subject: [PATCH] Update ctest.yml --- .github/workflows/ctest.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ctest.yml b/.github/workflows/ctest.yml index c95df0ad..2c7b0021 100644 --- a/.github/workflows/ctest.yml +++ b/.github/workflows/ctest.yml @@ -60,8 +60,7 @@ jobs: if: matrix.os == 'windows-latest' shell: cmd working-directory: ${{github.workspace}}/build - run: cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE - -DADD_G3LOG_UNIT_TEST=ON + run: ls && cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DADD_G3LOG_UNIT_TEST=ON .. - name: Build Linux/OSx working-directory: ${{github.workspace}}/build