We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f57dd44 commit ff1d615Copy full SHA for ff1d615
1 file changed
.github/workflows/windows.yml
@@ -93,14 +93,6 @@ jobs:
93
${{ steps.find-tools.outputs.needs }}
94
if: ${{ steps.find-tools.outputs.needs != '' }}
95
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
-
104
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
105
with:
106
path: C:\vcpkg\installed
0 commit comments