diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-04 10:06:02 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-04 10:06:59 +0300 |
commit | e29823213495374e4f884c5ad73b566c4bc90355 (patch) | |
tree | 71bb9bb3804df875012dc4322b579620ab967659 /.github | |
parent | README: fix badge link (diff) | |
download | winapi-debug-e29823213495374e4f884c5ad73b566c4bc90355.tar.gz winapi-debug-e29823213495374e4f884c5ad73b566c4bc90355.zip |
update cmake-common
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2bbd7e..e37a096 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/clang-format.py --clang-format clang-format-10 + run: ./cmake/tools/project-clang-format.py --clang-format clang-format-10 build: strategy: |