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

Signed-off-by: Simon McVittie <smcv@collabora.com>
(cherry picked from commit 78efbb6c0d)
This commit is contained in:
Simon McVittie 2018-12-05 13:17:17 +00:00
parent 074934f18d
commit 47018f5c3c

View file

@ -198,7 +198,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
;;