We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9838b05 commit cf663cfCopy full SHA for cf663cf
1 file changed
.github/workflows/build.yml
@@ -103,11 +103,11 @@ jobs:
103
submodules: true
104
105
- name: Install Dependencies (Linux)
106
- run: sudo apt-get update && sudo apt-get install clang-format-15
+ run: sudo apt-get update && sudo apt-get install clang-format-18
107
108
- name: Configure CMake
109
shell: bash
110
- run: cmake -S . -B build -DCLANG_FORMAT_BINARY=clang-format-15
+ run: cmake -S . -B build -DCLANG_FORMAT_BINARY=clang-format-18
111
112
- name: Check format
113
0 commit comments