Check if bundled clang-format works

This commit is contained in:
Alexander Batalov 2023-04-26 15:30:01 +03:00
parent 4c39d09a7a
commit a5f5712b84
1 changed files with 0 additions and 5 deletions

View File

@ -37,11 +37,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install
run: |
sudo apt update
sudo apt install clang-format
- name: Clone
uses: actions/checkout@v3