From cce19c9c252f53a1c31c9b3962d773007e20891d Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 23 May 2025 14:57:51 +0900 Subject: [PATCH] Fixed cache key of vcpkg installed artifacts --- .github/workflows/windows.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 96ef6a0819..2f82dd2a46 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -59,10 +59,10 @@ jobs: - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 with: path: C:\vcpkg\installed - key: ${{ runner.os }}-vcpkg-installed-${{ matrix.os }}-${{ github.sha }} + key: ${{ runner.os }}-vcpkg-installed-windows-${{ matrix.vs }}-${{ github.sha }} restore-keys: | - ${{ runner.os }}-vcpkg-installed-${{ matrix.os }}- - ${{ runner.os }}-vcpkg-installed- + ${{ runner.os }}-vcpkg-installed-windows-${{ matrix.vs }}- + ${{ runner.os }}-vcpkg-installed-windows- - name: Install libraries with vcpkg run: | iex "& {$(irm get.scoop.sh)} -RunAsAdmin"