Skip to content

Commit

Permalink
[ci] Pin to LLVM 18 for clang_18 branch
Browse files Browse the repository at this point in the history
And remove workaround for 19.
  • Loading branch information
kimgr committed Feb 10, 2024
1 parent bf96420 commit 377eaef
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false

env:
LLVM_TAG:
LLVM_TAG: -18

steps:
- name: Install prerequisites
Expand All @@ -38,10 +38,6 @@ jobs:
libclang$LLVM_TAG-dev \
clang$LLVM_TAG
- name: Work around broken packaging
run: |
sudo touch /usr/lib/llvm-19/lib/libclang-19.so.1
- name: Select checkout ref (PR)
if: github.event_name == 'pull_request'
run: |
Expand Down

0 comments on commit 377eaef

Please sign in to comment.