We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b51f97 commit e88a408Copy full SHA for e88a408
.github/workflows/build_steps.yml
@@ -166,6 +166,8 @@ jobs:
166
configurePreset: ${{env.ARCTIC_CMAKE_PRESET}}
167
configurePresetAdditionalArgs: "['-DVCPKG_INSTALL_OPTIONS=--clean-after-build']"
168
buildPreset: ${{env.ARCTIC_CMAKE_PRESET}}
169
+ env:
170
+ CMAKE_BUILD_PARALLEL_LEVEL: ${{ (matrix.os == 'linux' && inputs.job_type != 'build-python-wheels') && 1 || vars.CMAKE_BUILD_PARALLEL_LEVEL}}
171
172
- name: Compile C++ tests
173
if: inputs.job_type == 'cpp-tests'
0 commit comments