diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-28 15:23:28 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-28 15:41:49 +0300 |
commit | 392a6543cfbd74906314f569b1fd7bdb2983f980 (patch) | |
tree | e0960624af7b431b5783b13f71617a5c182d9441 /.github/workflows/ci.yml | |
parent | README: fix badge link (diff) | |
download | math-server-392a6543cfbd74906314f569b1fd7bdb2983f980.tar.gz math-server-392a6543cfbd74906314f569b1fd7bdb2983f980.zip |
update cmake-common
Diffstat (limited to '.github/workflows/ci.yml')
-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 17b9409..ad3b89b 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: |