We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9632a03 commit d2f523eCopy full SHA for d2f523e
1 file changed
.github/workflows/ci.yml
@@ -68,7 +68,10 @@ jobs:
68
69
- name: Setup vcpkg (using git clone)
70
if: steps.vcpkg-cache.outputs.cache-hit != 'true'
71
+ shell: bash
72
run: |
73
+ # A restore-keys partial hit can populate this directory even on a cache miss.
74
+ rm -rf ${{ github.workspace }}/vcpkg
75
git clone https://github.com/Microsoft/vcpkg.git ${{ github.workspace }}/vcpkg
76
cd ${{ github.workspace }}/vcpkg
77
git checkout 2025.12.12
0 commit comments