diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-15 23:06:16 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-15 23:06:16 +0300 |
commit | 2dee4e95e629d315e8d68bf275c900ffbb7317c0 (patch) | |
tree | d22f682bdbb87127d0973b92468e64498faff6f9 /.github/workflows | |
parent | workflows/ci: use ubuntu-latest (diff) | |
download | winapi-debug-2dee4e95e629d315e8d68bf275c900ffbb7317c0.tar.gz winapi-debug-2dee4e95e629d315e8d68bf275c900ffbb7317c0.zip |
workflows/ci: use default clang-format
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 fb92e39..a7166ff 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 build: strategy: |