Skip to content

Commit cf663cf

Browse files
committed
ci: use clang-format-18
1 parent 9838b05 commit cf663cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ jobs:
103103
submodules: true
104104

105105
- name: Install Dependencies (Linux)
106-
run: sudo apt-get update && sudo apt-get install clang-format-15
106+
run: sudo apt-get update && sudo apt-get install clang-format-18
107107

108108
- name: Configure CMake
109109
shell: bash
110-
run: cmake -S . -B build -DCLANG_FORMAT_BINARY=clang-format-15
110+
run: cmake -S . -B build -DCLANG_FORMAT_BINARY=clang-format-18
111111

112112
- name: Check format
113113
shell: bash

0 commit comments

Comments
 (0)