Skip to content

Commit 0506ba7

Browse files
authored
Merge pull request #229 from alicevision/ci/updateVcpkg2025
[ci] update vcpkg to 2025.07.25
2 parents 5bb9c4f + 05f6be3 commit 0506ba7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 4 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
@@ -107,7 +107,7 @@ jobs:
107107
boost-foreach
108108
boost-iterator
109109
boost-lexical-cast
110-
boost-math
110+
boost-math[legacy]
111111
boost-mpl
112112
boost-multi-array
113113
boost-ptr-container
@@ -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)