diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-04 10:56:09 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-04 10:56:09 +0300 |
commit | a92f23e48e51f1fd24858a6dff6b6cf5e111f93e (patch) | |
tree | ddfeeb1007331b0a3c028e049efb1300fe8214bc /.github/workflows | |
parent | README: fix badge link (diff) | |
download | winapi-common-a92f23e48e51f1fd24858a6dff6b6cf5e111f93e.tar.gz winapi-common-a92f23e48e51f1fd24858a6dff6b6cf5e111f93e.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 e16116a..d547bc7 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: |