We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
llvm_exes
1 parent 7265975 commit 08c6c3cCopy full SHA for 08c6c3c
.github/workflows/ci.yaml
@@ -27,5 +27,6 @@ jobs:
27
28
- name: Run `build`
29
run: |
30
- llvm-config --libs
31
- zig build
+ zig build util_libs
+ zig build exes
32
+ zig build fmt
0 commit comments