Skip to content

Commit 48f3e69

Browse files
committed
install meson for Documentation job
Why should we even do this? Doesn't it run on ubuntu-latest which has its own apt--get install for meson in the $distro specific set-up before this part?
1 parent d5389e3 commit 48f3e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/install-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ sparse)
123123
;;
124124
Documentation)
125125
sudo apt-get -q update
126-
sudo apt-get -q -y install asciidoc xmlto docbook-xsl-ns make
126+
sudo apt-get -q -y install asciidoc xmlto docbook-xsl-ns make meson
127127

128128
test -n "$ALREADY_HAVE_ASCIIDOCTOR" ||
129129
sudo gem install --version 1.5.8 asciidoctor

0 commit comments

Comments
 (0)