Skip to content

Commit

Permalink
fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
ppwwyyxx committed Oct 6, 2023
1 parent b6d408f commit 9c02deb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:

- name: Build with make
if: matrix.install_from == 'make'
run:
run: |
make -j -C src
cp src/image-stitching ./
- name: Build with cmake
if: matrix.install_from == 'cmake'
run:
run: |
mkdir build && cmake -B build && make -C build
cp build/src/image-stitching ./
Expand Down

0 comments on commit 9c02deb

Please sign in to comment.