aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMukilan Thiyagarajan <mukilan@igalia.com>2023-11-28 15:19:17 +0530
committerGitHub <noreply@github.com>2023-11-28 09:49:17 +0000
commit81a38bde8cc0359efc32f2661fa5e4db33b38446 (patch)
tree3d6c7ef230f4ab99d949bd7cde4f77808b4aa4bf /.github
parent0b2456b1eb8d251dd2f997d1e1958f23f5e4b777 (diff)
downloadservo-81a38bde8cc0359efc32f2661fa5e4db33b38446.tar.gz
servo-81a38bde8cc0359efc32f2661fa5e4db33b38446.zip
ci: do not set LIBCLANG_PATH for nightly build (#30792)
This environment variable was added when we moved to Ubuntu 22.04 and it is not needed for nightly builds which we have now switched to 20.04 Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 0304af6f0bf..751ec6fcabe 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -80,6 +80,7 @@ jobs:
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.3
- name: Set LIBCLANG_PATH env # needed for bindgen in mozangle
+ if: ${{ !inputs.upload }} # not needed on ubuntu 20.04 used for nightly
run: echo "LIBCLANG_PATH=/usr/lib/llvm-14/lib" >> $GITHUB_ENV
- name: Install taplo
uses: baptiste0928/cargo-install@v2