Skip to content

Commit f23b2a0

Browse files
authored
Update ci.yml
1 parent b57dba8 commit f23b2a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
${{ matrix.stats && '-DENABLE_STATISTIC_TENSORS=ON' || '' }} \
5252
${{ matrix.stats && '-DENABLE_STATISTIC_TIME=ON' || '' }} \
5353
${{ matrix.stats && '-DENABLE_STATISTIC_WEIGHTS=ON' || '' }}
54-
cmake --build build --parallel
54+
cmake --build build --parallel 2
5555
env:
5656
CTEST_OUTPUT_ON_FAILURE: 1
5757
- name: Prepare OpenCV libs

0 commit comments

Comments
 (0)