From 725e3aebbbf360a2062cc32161beec127fdf264d Mon Sep 17 00:00:00 2001 From: mtakeda Date: Sun, 28 Jan 2024 07:12:02 +0000 Subject: [PATCH] Install base library in github build workflow --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b554fe7..3d9068e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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