From 246f5d59ab718cfcd6125819d722f631d06543cb Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Fri, 18 Oct 2024 13:25:46 -0400 Subject: [PATCH] ci: remove unused cache step --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c1cff648..fe4e67932 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -134,14 +134,6 @@ jobs: git config --global --add safe.directory $GITHUB_WORKSPACE git fetch --tags --force - - name: Cache vcpkg dir - uses: actions/cache@v4 - with: - path: | - ${{github.workspace}}/build/vcpkg - - key: vcpkg-${{ runner.os }}-1 - # This effectively runs `vcvarsall.bat`, etc. It's not actually installing # VC++ as that's already pre-installed on the Windows runner. - name: Setup VC++ environment