Skip to content

Commit 9fb6166

Browse files
committed
[ci] Use cmake --build instead of calling ninja directly
1 parent 3270ed9 commit 9fb6166

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ jobs:
3434
-DCMAKE_EXE_LINKER_FLAGS=${{ matrix.sanitizer }} \
3535
-DOBSERVABLE_BENCHMARKS=${{ matrix.benchmark }}
3636
- name: Compiling
37-
shell: bash
38-
run: |
39-
ninja
37+
run: cmake --build .
4038
- name: Running Tests
4139
shell: bash
4240
run: |

0 commit comments

Comments
 (0)