Skip to content

Commit

Permalink
ci: fix CMake Build.
Browse files Browse the repository at this point in the history
Signed-off-by: Lee <[email protected]>
  • Loading branch information
lx200916 committed Oct 18, 2023
1 parent d8963d9 commit a1cca47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- run: cd test && pip install -r requirements.txt
- name: Build
run: |
cmake -DTEST=on . && cmake --build .
cmake -DTEST=on -Bbuild && cmake --build build --target all
- name: Make Data
run:
cd test && bash test.sh
Expand Down

0 comments on commit a1cca47

Please sign in to comment.