CI: allow plain clang-format (Tumbleweed)
This commit is contained in:
parent
d1f162f92a
commit
a403f1e851
@ -8,7 +8,7 @@
|
||||
#
|
||||
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
|
||||
# Not an error if this particular clang-format isn't found
|
||||
CF=$( which $_cf || true )
|
||||
|
Loading…
Reference in New Issue
Block a user