Skip to content

Commit

Permalink
fix(ci): inspect LLVM libs
Browse files Browse the repository at this point in the history
  • Loading branch information
tensorush committed Jul 22, 2024
1 parent 4fd1a2a commit 7265975
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ jobs:
uses: mlugg/setup-zig@v1

- name: Run `build`
run: zig build
run: |
llvm-config --libs
zig build

0 comments on commit 7265975

Please sign in to comment.