CI: Install llvm to build pages

This commit is contained in:
Julian Sparber 2021-11-22 12:41:15 +01:00
parent f13e6b3a22
commit 4902ea3065

View file

@ -54,7 +54,7 @@ pages:
script:
# generate the docs
- dnf update -y
- dnf install -y openssl-devel cmake gtk-update-icon-cache
- dnf install -y openssl-devel cmake gtk-update-icon-cache llvm
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal --default-toolchain nightly
- source $HOME/.cargo/env
- meson _build --prefix=/usr -Dskip-cargo-build=true