We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bb9c4f commit f8970efCopy full SHA for f8970ef
.github/workflows/continuous-integration.yml
@@ -77,8 +77,8 @@ jobs:
77
env:
78
buildDir: '${{ github.workspace }}\build\'
79
vcpkgDir: '${{ github.workspace }}\..\e\vcpkg'
80
- # commit for version 2023.11.20
81
- COMMIT_ID: a42af01b72c28a8e1d7b48107b33e4f286a55ef6
+ # commit for version 2025.07.25
+ COMMIT_ID: dd3097e305afa53f7b4312371f62058d2e665320
82
83
steps:
84
- name: Checkout
@@ -147,4 +147,4 @@ jobs:
147
cmakeBuildType: ${{ matrix.config }}
148
useVcpkgToolchainFile: true
149
buildWithCMake: true
150
- buildWithCMakeArgs: -j1 --config ${{ matrix.config }}
+ buildWithCMakeArgs: -j1 --config ${{ matrix.config }}
0 commit comments