Skip to content

Commit 1734737

Browse files
committed
compile use make
1 parent 2a21e5f commit 1734737

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
6767
- name: Build OpenCV
6868
run: |
69-
cd opencv/build && cmake -j$(nproc)
69+
cd opencv/build && make -j$(nproc)
7070
7171
- name: Show Build Artifacts
7272
run: |
@@ -101,7 +101,7 @@ jobs:
101101
102102
- name: Build OpenCvSharp
103103
run: |
104-
cd opencvsharp/build && cmake -j$(nproc)
104+
cd opencvsharp/build && make -j$(nproc)
105105
106106
- name: Show OpenCvSharp Artifacts
107107
run: |

0 commit comments

Comments
 (0)