Skip to content

Commit

Permalink
[ci] Use cmake --build instead of calling ninja directly
Browse files Browse the repository at this point in the history
  • Loading branch information
dacap committed Jun 10, 2024
1 parent 3270ed9 commit 9fb6166
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ jobs:
-DCMAKE_EXE_LINKER_FLAGS=${{ matrix.sanitizer }} \
-DOBSERVABLE_BENCHMARKS=${{ matrix.benchmark }}
- name: Compiling
shell: bash
run: |
ninja
run: cmake --build .
- name: Running Tests
shell: bash
run: |
Expand Down

0 comments on commit 9fb6166

Please sign in to comment.