From f0efeb4f5e13bc9a9ca286945de7801f21d2fdcc Mon Sep 17 00:00:00 2001 From: Jean Christophe Roques Date: Tue, 27 Aug 2024 10:54:31 +0200 Subject: [PATCH] fix vcpkg branch --- .github/scripts/windows-agent-compile.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/windows-agent-compile.ps1 b/.github/scripts/windows-agent-compile.ps1 index 9118532affc..bd44fb3bf50 100644 --- a/.github/scripts/windows-agent-compile.ps1 +++ b/.github/scripts/windows-agent-compile.ps1 @@ -46,7 +46,7 @@ if ( $? -ne $true ) { Write-Host "#######################################################################################################################" Write-Host "install vcpkg" - git clone --depth 1 --single-branch --no-tags https://github.com/microsoft/vcpkg vcpkg + git clone --depth 1 -b 2024.07.12 https://github.com/microsoft/vcpkg.git cd vcpkg bootstrap-vcpkg.bat cd $current_dir