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