Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:
env:
buildDir: '${{ github.workspace }}\build\'
vcpkgDir: '${{ github.workspace }}\..\e\vcpkg'
# commit for version 2023.11.20
COMMIT_ID: a42af01b72c28a8e1d7b48107b33e4f286a55ef6
# commit for version 2025.07.25
COMMIT_ID: dd3097e305afa53f7b4312371f62058d2e665320

steps:
- name: Checkout
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
boost-foreach
boost-iterator
boost-lexical-cast
boost-math
boost-math[legacy]
boost-mpl
boost-multi-array
boost-ptr-container
Expand Down Expand Up @@ -147,4 +147,4 @@ jobs:
cmakeBuildType: ${{ matrix.config }}
useVcpkgToolchainFile: true
buildWithCMake: true
buildWithCMakeArgs: -j1 --config ${{ matrix.config }}
buildWithCMakeArgs: -j1 --config ${{ matrix.config }}
Loading