Skip to content

Commit 9b94e36

Browse files
committed
fix typo / missing word
1 parent 64460cd commit 9b94e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: cmake --preset ninja
2525

2626
- name: Check format
27-
run: --build --preset ninja --target clang-format-check
27+
run: cmake --build --preset ninja --target clang-format-check
2828

2929
build:
3030
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)