summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2025-05-22 15:06:18 +0900
committerHiroshi SHIBATA <[email protected]>2025-05-22 15:54:24 +0900
commitff1d6157460f69399e98d547cbfaadc22b6870a1 (patch)
tree1b76c6e22398d54dc7152bfa4f9f91f56dba38c3
parentf57dd4470b9ba1e2e0007e814f94e8bb4fd2ab6f (diff)
Don't need to store download cache of vcpkg
vcpkg can detect their cache from `vcpkg/installed`.
-rw-r--r--.github/workflows/windows.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 5f7601f749..46c5eca345 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -95,14 +95,6 @@ jobs:
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
with:
- path: C:\vcpkg\downloads
- key: ${{ runner.os }}-vcpkg-download-${{ env.OS_VER }}-${{ github.sha }}
- restore-keys: |
- ${{ runner.os }}-vcpkg-download-${{ env.OS_VER }}-
- ${{ runner.os }}-vcpkg-download-
-
- - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
- with:
path: C:\vcpkg\installed
key: ${{ runner.os }}-vcpkg-installed-${{ env.OS_VER }}-${{ github.sha }}
restore-keys: |