Skip to content

Commit 08c6c3c

Browse files
committed
fix(ci): LLVM action doesn't have a general dynamic library, so don't run it on llvm_exes
1 parent 7265975 commit 08c6c3c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ jobs:
2727

2828
- name: Run `build`
2929
run: |
30-
llvm-config --libs
31-
zig build
30+
zig build util_libs
31+
zig build exes
32+
zig build fmt

0 commit comments

Comments
 (0)