aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d0ac751..0dcf83d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
with:
submodules: recursive
- name: Run clang-format
- run: ./cmake/tools/project-clang-format.py --clang-format clang-format-10
+ run: ./cmake/tools/project-clang-format.py
build:
strategy: