Skip to content

Commit 7265975

Browse files
committed
fix(ci): inspect LLVM libs
1 parent 4fd1a2a commit 7265975

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ jobs:
2626
uses: mlugg/setup-zig@v1
2727

2828
- name: Run `build`
29-
run: zig build
29+
run: |
30+
llvm-config --libs
31+
zig build

0 commit comments

Comments
 (0)