mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-05 19:00:31 -05:00
ci: install test dependency for containers-data on windows and macos
This commit is contained in:
parent
75a2f8a325
commit
ca3ca3aaff
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -58,8 +58,8 @@ jobs:
|
|||
if: matrix.os == 'ubuntu-latest'
|
||||
|
||||
- run: |
|
||||
opam install -t containers --deps-only
|
||||
opam install containers-data containers-thread --deps-only # no test deps
|
||||
opam install -t containers containers-data --deps-only
|
||||
opam install containers-thread --deps-only # no test deps
|
||||
if: matrix.os != 'ubuntu-latest'
|
||||
|
||||
- run: opam exec -- dune build
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue