We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0af86bd commit f98ff26Copy full SHA for f98ff26
1 file changed
build.sh
@@ -23,6 +23,8 @@ function check_deps() {
23
! hash "clang-format" && \
24
{ echo "missing clang-format (apt-get install clang-format)"; return 1; }
25
26
+ echo "deps ok"
27
+
28
return 0
29
}
30
0 commit comments