diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-04 10:26:08 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-04 10:26:08 +0300 |
commit | 8dfb304f0bf580b7587f3c255e4bd4d2fb1b683b (patch) | |
tree | 61cf8bd9b2854508e8faac0dbf5f669dc240276c /.github/workflows | |
parent | README: fix badge link (diff) | |
download | winapi-utf8-8dfb304f0bf580b7587f3c255e4bd4d2fb1b683b.tar.gz winapi-utf8-8dfb304f0bf580b7587f3c255e4bd4d2fb1b683b.zip |
update cmake-common
Diffstat (limited to '.github/workflows')
-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 433d061..873e858 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: |