Skip to content

Commit 829ab65

Browse files
committed
fix(ci): lower LLVM version
1 parent a79eea4 commit 829ab65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up LLVM and Clang
2121
uses: KyleMayes/install-llvm-action@v2
2222
with:
23-
version: "18.1.4"
23+
version: "17"
2424

2525
- name: Set up Zig
2626
uses: mlugg/setup-zig@v1

0 commit comments

Comments
 (0)