From 6644ccb739e30f5f338a9b733efe2fcbe63845da Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sat, 2 Nov 2024 10:41:04 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e7abf29..dc31babe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -114,11 +114,8 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 - - # - name: Set up CMake - # uses: jwlawson/actions-setup-cmake@v2 - + uses: actions/checkout@v4 + - name: Configure CMake shell: pwsh run: | @@ -144,8 +141,6 @@ jobs: cmake --build . --config ${{ matrix.config.BUILD_TYPE }} - name: Run tests - shell: pwsh - env: - PATH: ${{ env.PATH }};${{ github.workspace }}\build\_deps\catch2-build\src\${{ matrix.config.BUILD_TYPE }};${{ github.workspace }}\build\${{ matrix.config.BUILD_TYPE }} + shell: pwsh run: | build\tests\${{ matrix.config.BUILD_TYPE }}\spdlog-utests.exe