mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
ci: Set LLVM_PATH when building docs (#31095)
* Add llvm to path This is needed on 22.04 runners (that we started using in https://github.com/servo/servo/pull/31088). * Update docs.yml --------- Co-authored-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
f2b3e497b2
commit
c06ae7faf2
1 changed files with 2 additions and 0 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -20,6 +20,8 @@ jobs:
|
||||||
python3 -m pip install --upgrade pip
|
python3 -m pip install --upgrade pip
|
||||||
sudo apt update
|
sudo apt update
|
||||||
python3 ./mach bootstrap
|
python3 ./mach bootstrap
|
||||||
|
- name: Set LIBCLANG_PATH # This is needed for bindgen in mozangle.
|
||||||
|
run: echo "LIBCLANG_PATH=/usr/lib/llvm-14/lib" >> $GITHUB_ENV
|
||||||
- name: Compile docs
|
- name: Compile docs
|
||||||
run: python3 ./mach doc
|
run: python3 ./mach doc
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue