Skip to content

Commit 5bc798f

Browse files
authored
Update ubuntu22.yml
1 parent 8a21e48 commit 5bc798f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ubuntu22.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
-D WITH_ADE=OFF \
115115
-D OPENCV_ENABLE_NONFREE=ON \
116116
-D CMAKE_INSTALL_PREFIX=${GITHUB_WORKSPACE}/opencv_artifacts ..
117-
make -j2
117+
make -j
118118
make install
119119
sudo ldconfig
120120
cd ${GITHUB_WORKSPACE}
@@ -124,7 +124,7 @@ jobs:
124124
run: |
125125
mkdir opencvsharp/src/build && cd $_
126126
cmake -D CMAKE_PREFIX_PATH=${GITHUB_WORKSPACE}/opencv_artifacts ..
127-
make -j2
127+
make -j
128128
ls OpenCvSharpExtern
129129
cp OpenCvSharpExtern/libOpenCvSharpExtern.so ${GITHUB_WORKSPACE}/opencvsharp/nuget/
130130

0 commit comments

Comments
 (0)