Browse Source

Upgrade `vcpkg` to 2025.07.25 release on MSVC CI (#1734)

Kai Ren 2 months ago
parent
commit
c67a41f5ff
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/msvc.yml

+ 2 - 1
.github/workflows/msvc.yml

@@ -12,7 +12,8 @@ concurrency:
   cancel-in-progress: true
 
 env:
-  VCPKGGITCOMMITID: 53bef8994c541b6561884a8395ea35715ece75db
+  # https://github.com/microsoft/vcpkg/releases/tag/2025.07.25
+  VCPKGGITCOMMITID: dd3097e305afa53f7b4312371f62058d2e665320
 
 jobs:
   code-analysis: