From ec3f7ae9f3c6c3ae055f96785ab76f7595b60e28 Mon Sep 17 00:00:00 2001 From: Andreas Maerten <24669514+Yimura@users.noreply.github.com> Date: Thu, 15 Jun 2023 21:39:26 +0200 Subject: [PATCH] chore: remove cache step from CI/CD (#1425) --- .github/workflows/ci.yml | 7 ------- 1 file changed, 7 deletions(-) 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: