We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a4531e commit a43b703Copy full SHA for a43b703
.github/workflows/linux.yml
@@ -138,12 +138,9 @@ jobs:
138
tool-cache: false
139
large-packages: false
140
swap-storage: false
141
- - name: Install LLVM and Clang
142
- # Expliclity install Clang 14
+ - name: Set LIBCLANG_PATH env # needed for bindgen in mozangle
143
if: ${{ runner.environment != 'self-hosted' }}
144
- uses: KyleMayes/install-llvm-action@v2
145
- with:
146
- version: 14
+ run: echo "LIBCLANG_PATH=/usr/lib/llvm-14/lib" >> $GITHUB_ENV
147
- name: Setup Python
148
149
uses: ./.github/actions/setup-python
0 commit comments