.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:
parent
153e6c4b65
commit
92066b2b86
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd build/dir
|
cd build/dir
|
||||||
make V=1 install-strip
|
make V=1 install-strip
|
||||||
tree /tmp
|
tree /tmp || true
|
||||||
ldd /tmp/sbin/syslogd
|
ldd /tmp/sbin/syslogd
|
||||||
size /tmp/sbin/syslogd
|
size /tmp/sbin/syslogd
|
||||||
/tmp/sbin/syslogd -?
|
/tmp/sbin/syslogd -?
|
||||||
|
Loading…
Reference in New Issue
Block a user