Update clang-format to version 11

This commit is contained in:
CJ Cobb
2022-03-01 17:30:56 -05:00
parent 06e8c87033
commit 4839e0d58b

View File

@@ -6,7 +6,7 @@ jobs:
check: check:
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04
env: env:
CLANG_VERSION: 10 CLANG_VERSION: 11
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Install clang-format - name: Install clang-format