Skip to content

Commit

Permalink
fix vcpkg branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-christophe81 committed Aug 27, 2024
1 parent f611324 commit f0efeb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/windows-agent-compile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0efeb4

Please sign in to comment.