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