File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 $env:VCPKG_ROOT="$env:VCPKG_INSTALLATION_ROOT"
109109 $env:CESIUM_TOOLSET_VERSION="${{ inputs.cmake-toolchain }}"
110110 if ($env:CESIUM_TOOLSET_VERSION) {
111- cmake -B build -S . -A "${{ inputs.cmake-platform }}" --preset Windows-CI-Versioned
111+ cmake -B build -S . -T "version=${{ inputs.cmake-toolchain}" - A "${{ inputs.cmake-platform }}" --preset Windows-CI-Versioned
112112 }
113113 else {
114114 cmake -B build -S . -A "${{ inputs.cmake-platform }}" -preset Windows-CI
Original file line number Diff line number Diff line change 4343 {
4444 "name" : " Windows-CI-Versioned" ,
4545 "inherits" : " Windows-CI" ,
46- "toolset" : {
47- "value" : " version=$penv{CESIUM_TOOLSET_VERSION}" ,
48- "strategy" : " set"
49- },
5046 "environment" : {
5147 "CESIUM_TOOLSET_VERSION" : " $penv{CESIUM_TOOLSET_VERSION}"
5248 }
You can’t perform that action at this time.
0 commit comments