mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-06 11:15:38 -05:00
github actions
This commit is contained in:
parent
9fb23bed4c
commit
6b81d1fca9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -37,7 +37,7 @@ jobs:
|
||||||
- run: opam exec -- dune build @install
|
- run: opam exec -- dune build @install
|
||||||
|
|
||||||
# install some depopts
|
# install some depopts
|
||||||
- run: opam install thread-local-storage trace domain-local-await
|
- run: opam pin picos --dev -y -n && opam install thread-local-storage trace domain-local-await # picos
|
||||||
if: matrix.ocaml-compiler == '5.2'
|
if: matrix.ocaml-compiler == '5.2'
|
||||||
|
|
||||||
- run: opam exec -- dune build --profile=release --force @install @runtest
|
- run: opam exec -- dune build --profile=release --force @install @runtest
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue