Skip to content

Commit d2f523e

Browse files
committed
Fix CI workflow
1 parent 9632a03 commit d2f523e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,10 @@ jobs:
6868

6969
- name: Setup vcpkg (using git clone)
7070
if: steps.vcpkg-cache.outputs.cache-hit != 'true'
71+
shell: bash
7172
run: |
73+
# A restore-keys partial hit can populate this directory even on a cache miss.
74+
rm -rf ${{ github.workspace }}/vcpkg
7275
git clone https://github.com/Microsoft/vcpkg.git ${{ github.workspace }}/vcpkg
7376
cd ${{ github.workspace }}/vcpkg
7477
git checkout 2025.12.12

0 commit comments

Comments
 (0)