CI: allow plain clang-format (Tumbleweed)
This commit is contained in:
parent
537c257acf
commit
63b8de00ef
@ -8,7 +8,7 @@
|
|||||||
#
|
#
|
||||||
AS=$( which astyle )
|
AS=$( which astyle )
|
||||||
|
|
||||||
for _cf in clang-format-7 clang-format-8 clang-format70 clang-format80
|
for _cf in clang-format-7 clang-format-8 clang-format70 clang-format80 clang-format
|
||||||
do
|
do
|
||||||
# Not an error if this particular clang-format isn't found
|
# Not an error if this particular clang-format isn't found
|
||||||
CF=$( which $_cf || true )
|
CF=$( which $_cf || true )
|
||||||
|
Loading…
Reference in New Issue
Block a user