We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fd1a2a commit 7265975Copy full SHA for 7265975
.github/workflows/ci.yaml
@@ -26,4 +26,6 @@ jobs:
26
uses: mlugg/setup-zig@v1
27
28
- name: Run `build`
29
- run: zig build
+ run: |
30
+ llvm-config --libs
31
+ zig build
0 commit comments