Skip to content

Commit

Permalink
Install base library in github build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mt-caret committed Jan 28, 2024
1 parent 1f2084d commit 725e3ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
- run: opam install dune alcotest
- run: opam install dune alcotest base
- name: Rust caller test
run: cd testing/rust-caller; cargo test
- name: Build OCaml caller
Expand Down

0 comments on commit 725e3ae

Please sign in to comment.