Skip to content

Commit e54aa5f

Browse files
committed
Fix CI
1 parent debc044 commit e54aa5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pipeline.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
fetch-depth: '0'
2020

2121
- name: Build the project
22-
run: make
22+
run: |
23+
cmake --preset Release . && cmake --build build/ --preset Release
2324
2425
- name: Rename output
2526
run: |

0 commit comments

Comments
 (0)