Skip to content

Commit f8970ef

Browse files
authored
[ci] update vcpkg to 2025.07.25
1 parent 5bb9c4f commit f8970ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ jobs:
7777
env:
7878
buildDir: '${{ github.workspace }}\build\'
7979
vcpkgDir: '${{ github.workspace }}\..\e\vcpkg'
80-
# commit for version 2023.11.20
81-
COMMIT_ID: a42af01b72c28a8e1d7b48107b33e4f286a55ef6
80+
# commit for version 2025.07.25
81+
COMMIT_ID: dd3097e305afa53f7b4312371f62058d2e665320
8282

8383
steps:
8484
- name: Checkout
@@ -147,4 +147,4 @@ jobs:
147147
cmakeBuildType: ${{ matrix.config }}
148148
useVcpkgToolchainFile: true
149149
buildWithCMake: true
150-
buildWithCMakeArgs: -j1 --config ${{ matrix.config }}
150+
buildWithCMakeArgs: -j1 --config ${{ matrix.config }}

0 commit comments

Comments
 (0)