mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-06 03:05:30 -05:00
chore: install depopts in CI
This commit is contained in:
parent
dd9206b5b8
commit
192f866ea1
1 changed files with 2 additions and 0 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -39,4 +39,6 @@ jobs:
|
|||
if: matrix.ocaml-compiler == '5.0'
|
||||
- run: opam exec -- dune build @install @runtest
|
||||
if: matrix.ocaml-compiler == '5.0'
|
||||
- run: opam install trace thread-local-storage
|
||||
- run: opam exec -- dune build @install
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue