Skip to content

Commit

Permalink
CI: Use the proper version of clang-format
Browse files Browse the repository at this point in the history
Signed-off-by: Kostiantyn Kostiuk <[email protected]>
  • Loading branch information
kostyanf14 authored and YanVugenfirer committed Dec 11, 2024
1 parent 82909ad commit e15b1ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/clang-format-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ CLANG_FORMAT_STYLE="$(realpath "${CLANG_FORMAT_STYLE}")"
# Let's think that script will be used on Linux and Windows (msys or cygwin env only)
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
# Linux
clang_format="$(which clang-format)"
clang_format="$(which clang-format-16)"
else
# Windows
# Load clang-format from the EWDK 24H2
Expand Down

0 comments on commit e15b1ab

Please sign in to comment.