Skip to content

Commit

Permalink
use clang-format-17
Browse files Browse the repository at this point in the history
Signed-off-by: rkhapov <[email protected]>
  • Loading branch information
rkhapov committed Oct 4, 2024
1 parent e2c9d5c commit 439b350
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:


- name: Format
run: ./run-clang-format/run-clang-format.py -r --clang-format-executable clang-format modules sources stress test third_party
run: ./run-clang-format/run-clang-format.py -r --clang-format-executable clang-format-17 modules sources stress test third_party

- name: Test
env:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ BUILD_TEST_ASAN_DIR=build-asan
ODY_DIR=$(PWD)
TMP_BIN:=$(ODY_DIR)/tmp

FMT_BIN:=clang-format
FMT_BIN:=clang-format-17
CMAKE_BIN:=cmake

SKIP_CLEANUP_DOCKER:=
Expand Down

0 comments on commit 439b350

Please sign in to comment.