Skip to content

Commit

Permalink
fix(ci): LLVM action doesn't have a general dynamic library, so don't…
Browse files Browse the repository at this point in the history
… run it on `llvm_exes`
  • Loading branch information
tensorush committed Jul 22, 2024
1 parent 7265975 commit 08c6c3c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ jobs:

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

0 comments on commit 08c6c3c

Please sign in to comment.