Skip to content

Commit fe20e3e

Browse files
committed
Fix error reporting in Windows preset build job
ghstack-source-id: 5ec12b2 ghstack-comment-id: 3169485065 Pull-Request: #13247
1 parent 4df7bd5 commit fe20e3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-presets.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ jobs:
127127
128128
python install_requirements.py
129129
cmake --preset ${{ matrix.preset }}
130+
Write-Host "Build exit code: \$LASTEXITCODE"
130131
\$numCores = [System.Environment]::GetEnvironmentVariable('NUMBER_OF_PROCESSORS') - 1
131132
cmake --build cmake-out -j \$numCores
132133
}"

0 commit comments

Comments
 (0)