diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-05-23 14:57:51 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-05-28 10:38:11 +0900 |
| commit | cce19c9c252f53a1c31c9b3962d773007e20891d (patch) | |
| tree | 2c9a721d9091bf53719f700c5cef1af6c30ff2fa | |
| parent | 7e3c8174694f633bccb52132321b8ef7d6f83605 (diff) | |
Fixed cache key of vcpkg installed artifacts
| -rw-r--r-- | .github/workflows/windows.yml | 6 |
1 files 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" |
