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 4df7bd5 commit fe20e3eCopy full SHA for fe20e3e
.github/workflows/build-presets.yml
@@ -127,6 +127,7 @@ jobs:
127
128
python install_requirements.py
129
cmake --preset ${{ matrix.preset }}
130
+ Write-Host "Build exit code: \$LASTEXITCODE"
131
\$numCores = [System.Environment]::GetEnvironmentVariable('NUMBER_OF_PROCESSORS') - 1
132
cmake --build cmake-out -j \$numCores
133
}"
0 commit comments