Skip to content

Commit a79eea4

Browse files
committed
fix(ci): set full LLVM version
1 parent 394d3d4 commit a79eea4

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"
23+
version: "18.1.4"
2424

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

0 commit comments

Comments
 (0)