diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d6b0e9f..408246ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,13 +12,6 @@ jobs: - name: Check CMake version run: cmake --version - - name: Cache build/ - id: cache-build - uses: actions/cache@v3 - with: - path: build - key: ${{ runner.os }}-build - - name: Setup MSVC environment uses: ilammy/msvc-dev-cmd@v1 with: