CI: Install yelp-tools, for yelp-build, in recent distros

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie 2018-12-05 13:17:17 +00:00
parent 52fcc82379
commit 78efbb6c0d

View file

@ -181,7 +181,7 @@ case "$ci_distro" in
(*)
# assume Ubuntu 18.04 'bionic', Debian 10 'buster' or newer
$sudo apt-get -qq -y --no-install-recommends install ducktype
$sudo apt-get -qq -y --no-install-recommends install ducktype yelp-tools
;;
esac
;;