fix CI
Some checks failed
Clang-format Check / clang-format-check (push) Failing after 4s

This commit is contained in:
Timofey Khoruzhii 2023-05-09 01:23:17 +03:00
parent b58697e058
commit 699716a282

View file

@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Install clang-format - name: Install clang-format
run: sudo apt-get install -y clang-format run: apt-get install -y clang-format
- name: Check code formatting - name: Check code formatting
run: | run: |