From 457a613e55a4c4cd70c348eae14209242ac3d0c6 Mon Sep 17 00:00:00 2001 From: "Alan D. Tse" Date: Sat, 21 Jun 2025 22:53:18 -0700 Subject: [PATCH] ci: fix cache restore --- .github/workflows/build.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 64239d53cb..e7fd540276 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -199,7 +199,6 @@ jobs: restore-keys: | ${{ runner.os }}-cmake-msvc-${{ steps.msvc_version.outputs.version }}-${{ github.event.inputs.cache-key-suffix || 'default' }}- ${{ runner.os }}-cmake-msvc-${{ steps.msvc_version.outputs.version }}- - ${{ runner.os }}-cmake- - name: Remove stale CMake cache if drive letter changed shell: pwsh @@ -370,8 +369,6 @@ jobs: restore-keys: | ${{ runner.os }}-cmake-msvc-${{ steps.msvc_version.outputs.version }}-${{ matrix.config.name }}-${{ github.event.inputs.cache-key-suffix || 'default' }}- ${{ runner.os }}-cmake-msvc-${{ steps.msvc_version.outputs.version }}-${{ matrix.config.name }}- - ${{ runner.os }}-cmake-msvc-${{ steps.msvc_version.outputs.version }}- - ${{ runner.os }}-cmake- - name: Remove stale CMake cache if drive letter changed if: steps.check-hlsl.outputs.skip != 'true'