diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-09 00:11:27 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-09 00:11:27 +0300 |
commit | 0472fd496263d8f7ba91023562f57aa161851ef1 (patch) | |
tree | 6ace85cbbd1d99759e1222cd90707b4f3ab54b2d | |
parent | workflows/ci: build using VS 2015 also (diff) | |
download | winapi-common-0472fd496263d8f7ba91023562f57aa161851ef1.tar.gz winapi-common-0472fd496263d8f7ba91023562f57aa161851ef1.zip |
workflows/ci: use clang-format-11
Diffstat (limited to '')
-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 454d369..3be4d30 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 --clang-format clang-format-11 build: strategy: |