CI: Install llvm to build pages
This commit is contained in:
parent
f13e6b3a22
commit
4902ea3065
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue