Skip to content

Commit f98ff26

Browse files
committed
script: Explicitly say that deps are ok
1 parent 0af86bd commit f98ff26

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ function check_deps() {
2323
! hash "clang-format" && \
2424
{ echo "missing clang-format (apt-get install clang-format)"; return 1; }
2525

26+
echo "deps ok"
27+
2628
return 0
2729
}
2830

0 commit comments

Comments
 (0)