Skip to content

Commit e88a408

Browse files
author
Georgi Petrov
committed
Test with non parallel
1 parent 6b51f97 commit e88a408

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_steps.yml

+2
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ jobs:
166166
configurePreset: ${{env.ARCTIC_CMAKE_PRESET}}
167167
configurePresetAdditionalArgs: "['-DVCPKG_INSTALL_OPTIONS=--clean-after-build']"
168168
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}}
169171

170172
- name: Compile C++ tests
171173
if: inputs.job_type == 'cpp-tests'

0 commit comments

Comments
 (0)