Skip to content

Commit ff1d615

Browse files
committed
Don't need to store download cache of vcpkg
vcpkg can detect their cache from `vcpkg/installed`.
1 parent f57dd44 commit ff1d615

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/windows.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,6 @@ jobs:
9393
${{ steps.find-tools.outputs.needs }}
9494
if: ${{ steps.find-tools.outputs.needs != '' }}
9595

96-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
97-
with:
98-
path: C:\vcpkg\downloads
99-
key: ${{ runner.os }}-vcpkg-download-${{ env.OS_VER }}-${{ github.sha }}
100-
restore-keys: |
101-
${{ runner.os }}-vcpkg-download-${{ env.OS_VER }}-
102-
${{ runner.os }}-vcpkg-download-
103-
10496
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
10597
with:
10698
path: C:\vcpkg\installed

0 commit comments

Comments
 (0)