Skip to content

Commit a43b703

Browse files
committed
set LIBCLANG_PATH but don't use llvm action
1 parent 4a4531e commit a43b703

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/linux.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,9 @@ jobs:
138138
tool-cache: false
139139
large-packages: false
140140
swap-storage: false
141-
- name: Install LLVM and Clang
142-
# Expliclity install Clang 14
141+
- name: Set LIBCLANG_PATH env # needed for bindgen in mozangle
143142
if: ${{ runner.environment != 'self-hosted' }}
144-
uses: KyleMayes/install-llvm-action@v2
145-
with:
146-
version: 14
143+
run: echo "LIBCLANG_PATH=/usr/lib/llvm-14/lib" >> $GITHUB_ENV
147144
- name: Setup Python
148145
if: ${{ runner.environment != 'self-hosted' }}
149146
uses: ./.github/actions/setup-python

0 commit comments

Comments
 (0)