Skip to content

Commit

Permalink
add build
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat-Lafon committed Jan 22, 2024
1 parent 1e76fc1 commit 13ea35f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
include:
- test-code: "cd bril-rs && make features"
needs_cargo_hack: true
- test-code: "cd bril-rs/brillvm && make rt"
- test-code: "cd bril-rs/brillvm && cargo build && make rt"
needs_llvm: true
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 13ea35f

Please sign in to comment.