Change clang-format version from 12 to 15. (#1479)

This commit is contained in:
Andreas Süßenbach
2023-01-16 09:37:44 +01:00
committed by GitHub
parent 5e8166e284
commit f82746d6ff

View File

@@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install libraries
run: sudo apt install clang-format-12
run: sudo apt install clang-format-15
- name: Update Submodules
run: |