From 7415b3e3f55c11e130c82ed5776c3167a56c908a Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sat, 2 Nov 2024 10:24:14 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f55f77c..1e7abf29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -116,8 +116,8 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - - name: Set up CMake - uses: jwlawson/actions-setup-cmake@v2 + # - name: Set up CMake + # uses: jwlawson/actions-setup-cmake@v2 - name: Configure CMake shell: pwsh @@ -148,4 +148,4 @@ jobs: env: PATH: ${{ env.PATH }};${{ github.workspace }}\build\_deps\catch2-build\src\${{ matrix.config.BUILD_TYPE }};${{ github.workspace }}\build\${{ matrix.config.BUILD_TYPE }} run: | - build\tests\${{ matrix.config.BUILD_TYPE }}\spdlog-utests.exe \ No newline at end of file + build\tests\${{ matrix.config.BUILD_TYPE }}\spdlog-utests.exe