diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-15 23:05:26 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-15 23:05:26 +0300 |
commit | c3cb5a4ec5ba78c5a6362c6022dd29ac67f44f58 (patch) | |
tree | b7ade4dbd542f6332204e0981fe74cabdaa0107a /.github | |
parent | workflows/ci: use ubuntu-latest (diff) | |
download | winapi-common-c3cb5a4ec5ba78c5a6362c6022dd29ac67f44f58.tar.gz winapi-common-c3cb5a4ec5ba78c5a6362c6022dd29ac67f44f58.zip |
workflows/ci: use default clang-format
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 dbcf333..3f49eb1 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-11 + run: ./cmake/tools/project-clang-format.py build: strategy: |