fix CI
All checks were successful
Clang-format Check / clang-format-check (push) Successful in 17s

This commit is contained in:
Timofey Khoruzhii 2023-05-09 01:25:08 +03:00
parent 699716a282
commit 803468f3f6

View file

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