Skip to content

Commit

Permalink
Try installing LLVM 18
Browse files Browse the repository at this point in the history
  • Loading branch information
mafik committed Dec 6, 2023
1 parent 7fef0f9 commit 84aa7fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v1
with:
version: "17.0"
version: "18"
force-version: true
- name: Update APT repositories
run: sudo apt update
- name: Install dependencies
Expand Down

0 comments on commit 84aa7fb

Please sign in to comment.