CI: install clang for pages build
This commit is contained in:
parent
a76055b393
commit
9101345689
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 llvm pipewire-devel
|
||||
- dnf install -y openssl-devel cmake gtk-update-icon-cache llvm pipewire-devel clang
|
||||
- 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