Skip to content

Commit

Permalink
remove old llvm in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat committed Dec 5, 2024
1 parent 67665de commit f7f2ab4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ jobs:
LLVM_SYS_191_PREFIX: /usr/lib/llvm-19/
TABLEGEN_190_PREFIX: /usr/lib/llvm-19/
steps:
- name: Remove old llvm versions
shell: bash
run: |
sudo apt-get update
sudo apt-get remove -y '^llvm-.*'
sudo apt-get autoremove -y
sudo apt-get clean
- uses: actions/checkout@v4
- uses: dtolnay/[email protected]
with:
Expand Down

0 comments on commit f7f2ab4

Please sign in to comment.