File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 3333 $env:VCPKG_ROOT = $env:VCPKG_INSTALLATION_ROOT
3434 cd $env:VCPKG_INSTALLATION_ROOT
3535 git pull -q
36+ C:/msys64/usr/bin/patch.exe -p1 -N --no-backup-if-mismatch -i $env:GITHUB_WORKSPACE/bootstrap-06-22.patch
3637 ./bootstrap-vcpkg.bat
3738 echo "`n———————————— ./vcpkg list ————————————"
3839 ./vcpkg list
Original file line number Diff line number Diff line change 1+ diff --git a/scripts/bootstrap.ps1 b/scripts/bootstrap.ps1
2+ index 04d4a5c5b..cdd7979f9 100644
3+ --- a/scripts/bootstrap.ps1
4+ +++ b/scripts/bootstrap.ps1
5+ @@ -45,7 +45,7 @@ while (!($vcpkgRootDir -eq "") -and !(Test-Path "$vcpkgRootDir\.vcpkg-root"))
6+
7+ Write-Verbose "Examining $vcpkgRootDir for .vcpkg-root - Found"
8+
9+ - $versionDate = '2023-06-15'
10+ + $versionDate = '2023-06-22'
11+ if ($env:PROCESSOR_ARCHITECTURE -eq 'ARM64' -or $env:PROCESSOR_IDENTIFIER -match "ARMv[8,9] \(64-bit\)") {
12+ & "$scriptsDir/tls12-download-arm64.exe" github.com "/microsoft/vcpkg-tool/releases/download/$versionDate/vcpkg-arm64.exe" "$vcpkgRootDir\vcpkg.exe"
13+ } else {
You can’t perform that action at this time.
0 commit comments