This commit is contained in:
parent
b58697e058
commit
699716a282
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install clang-format
|
||||
run: sudo apt-get install -y clang-format
|
||||
run: apt-get install -y clang-format
|
||||
|
||||
- name: Check code formatting
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue