Skip to content

Commit

Permalink
set LIBCLANG_PATH on ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
mukilan committed Dec 20, 2024
1 parent 5550547 commit 68b030e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
git reset --hard FETCH_HEAD
- name: Set LIBCLANG_PATH env # needed for bindgen in mozangle
if: ${{ runner.environment != 'self-hosted' && !inputs.upload }} # not needed on ubuntu 20.04 used for nightly
if: ${{ runner.environment != 'self-hosted' }}
run: echo "LIBCLANG_PATH=/usr/lib/llvm-14/lib" >> $GITHUB_ENV
- name: Setup Python
uses: ./.github/actions/setup-python
Expand Down

0 comments on commit 68b030e

Please sign in to comment.