mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 13:03:13 +00:00
refs #146 fix path for clang-format in syntax-check
This commit is contained in:
parent
7d9672bb2d
commit
2b513d381b
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# set -e
|
||||
|
||||
CLANG_FORMAT_BIN="/usr/bin/clang-format-10"
|
||||
CLANG_FORMAT_BIN="/usr/bin/clang-format-11"
|
||||
PATH="$HOME/.cargo/bin:${PATH}"
|
||||
|
||||
PROJECT_DIR=$(pwd)
|
||||
|
|
Loading…
Reference in a new issue