Skip to content

Commit 69f483f

Browse files
committed
Bootstrap vcpkg after baseline checkout
1 parent 57bfb11 commit 69f483f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
$baseline = (Get-Content vcpkg.json | ConvertFrom-Json).'builtin-baseline'
5252
git -C $env:VCPKG_INSTALLATION_ROOT fetch --depth=1 origin $baseline
5353
git -C $env:VCPKG_INSTALLATION_ROOT checkout $baseline
54+
& "$env:VCPKG_INSTALLATION_ROOT/bootstrap-vcpkg.bat" -disableMetrics
5455
5556
- name: Install vcpkg dependencies
5657
if: steps.vcpkg-cache.outputs.cache-hit != 'true'
@@ -355,6 +356,7 @@ jobs:
355356
$baseline = (Get-Content vcpkg.json | ConvertFrom-Json).'builtin-baseline'
356357
git -C $env:VCPKG_INSTALLATION_ROOT fetch --depth=1 origin $baseline
357358
git -C $env:VCPKG_INSTALLATION_ROOT checkout $baseline
359+
& "$env:VCPKG_INSTALLATION_ROOT/bootstrap-vcpkg.bat" -disableMetrics
358360
359361
- name: Install vcpkg dependencies
360362
if: steps.vcpkg-cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)