We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64460cd commit 9b94e36Copy full SHA for 9b94e36
.github/workflows/cmake.yml
@@ -24,7 +24,7 @@ jobs:
24
run: cmake --preset ninja
25
26
- name: Check format
27
- run: --build --preset ninja --target clang-format-check
+ run: cmake --build --preset ninja --target clang-format-check
28
29
build:
30
runs-on: ${{ matrix.os }}
0 commit comments