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 b57dba8 commit f23b2a0Copy full SHA for f23b2a0
1 file changed
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
${{ matrix.stats && '-DENABLE_STATISTIC_TENSORS=ON' || '' }} \
52
${{ matrix.stats && '-DENABLE_STATISTIC_TIME=ON' || '' }} \
53
${{ matrix.stats && '-DENABLE_STATISTIC_WEIGHTS=ON' || '' }}
54
- cmake --build build --parallel
+ cmake --build build --parallel 2
55
env:
56
CTEST_OUTPUT_ON_FAILURE: 1
57
- name: Prepare OpenCV libs
0 commit comments