Skip to content

Commit 321be88

Browse files
committed
specify parallel
1 parent 75c42e4 commit 321be88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/opencv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
run: |
9595
cd opencv/build
9696
if [[ "${{ matrix.os }}" =~ ^win ]]; then
97-
cmake --build .
97+
cmake --build . --parallel
9898
else
9999
make -j$(nproc)
100100
fi

0 commit comments

Comments
 (0)