.github: don't fail because tree returns non-zero ...

With the change in ubuntu-latest at GitHub, the behavior of the classic
tree command has changed too.  Just ignore any return code, the output
is merely for our viewing pleasure -- ocular inspection.

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg 2022-12-09 19:10:36 +01:00
parent 153e6c4b65
commit 92066b2b86
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ jobs:
run: |
cd build/dir
make V=1 install-strip
tree /tmp
tree /tmp || true
ldd /tmp/sbin/syslogd
size /tmp/sbin/syslogd
/tmp/sbin/syslogd -?