Skip to content

Commit

Permalink
try nightly with clang 14
Browse files Browse the repository at this point in the history
  • Loading branch information
mukilan committed Dec 20, 2024
1 parent 50c9c72 commit fbf5aa5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,11 @@ jobs:
run: |
git switch --detach
git reset --hard FETCH_HEAD
- name: Set up Clang
uses: egor-tensin/setup-clang@v1
if: ${{ runner.environment != 'self-hosted' }}
with:
version: 14
- 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
run: echo "LIBCLANG_PATH=/usr/lib/llvm-14/lib" >> $GITHUB_ENV
Expand Down

0 comments on commit fbf5aa5

Please sign in to comment.