Meta: Update vcpkg to latest master

This commit is contained in:
Sam Atkins 2025-04-22 15:42:14 +01:00 committed by Tim Flynn
commit da5a9e548d
Notes: github-actions[bot] 2025-04-22 16:38:06 +00:00
2 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ def main() -> int:
script_dir = pathlib.Path(__file__).parent.resolve()
git_repo = "https://github.com/microsoft/vcpkg.git"
git_rev = "bc994510d2eb11aac7b43b03f67a7751d5bfe0e4" # main on 2025-04-12
git_rev = "d6995a0cf3cafda5e9e52749fad075dd62bfd90c" # main on 2025-05-22
build_dir = script_dir.parent / "Build"
build_dir.mkdir(parents=True, exist_ok=True)