diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-15 23:06:43 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-15 23:06:43 +0300 |
commit | 25f810714ea8249da0a5e30fb0297e9055b70d50 (patch) | |
tree | 3ba1fc8d523f0eec310e0fe4ef7e23cb35eb6e41 /.github/workflows | |
parent | workflows/ci: use ubuntu-latest (diff) | |
download | math-server-25f810714ea8249da0a5e30fb0297e9055b70d50.tar.gz math-server-25f810714ea8249da0a5e30fb0297e9055b70d50.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 d0ac751..0dcf83d 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: |