Skip to content
Merged
2 changes: 1 addition & 1 deletion cpp/setup_pipelines.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ if [ ! -d ".vcpkg/" ]; then
git clone https://github.com/microsoft/vcpkg.git .vcpkg/
fi
cd .vcpkg
git switch --detach 2025.08.27
git switch --detach 2026.07.29
cd ..
./.vcpkg/bootstrap-vcpkg.sh
Loading