mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-11 13:38:38 -05:00
chore: fix CI by installing picos first
This commit is contained in:
parent
31bc5bec82
commit
914bf9f6ba
1 changed files with 2 additions and 1 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
|
@ -30,6 +30,7 @@ jobs:
|
||||||
dune-cache: true
|
dune-cache: true
|
||||||
allow-prerelease-opam: true
|
allow-prerelease-opam: true
|
||||||
|
|
||||||
|
- run: opam pin picos --dev -y -n && opam install picos
|
||||||
- run: opam install -t moonpool moonpool-lwt --deps-only
|
- run: opam install -t moonpool moonpool-lwt --deps-only
|
||||||
if: matrix.ocaml-compiler == '5.2'
|
if: matrix.ocaml-compiler == '5.2'
|
||||||
- run: opam install -t moonpool --deps-only
|
- run: opam install -t moonpool --deps-only
|
||||||
|
|
@ -37,7 +38,7 @@ jobs:
|
||||||
- run: opam exec -- dune build @install
|
- run: opam exec -- dune build @install
|
||||||
|
|
||||||
# install some depopts
|
# install some depopts
|
||||||
- run: opam pin picos --dev -y -n && opam install thread-local-storage trace domain-local-await # picos
|
- run: opam install thread-local-storage trace
|
||||||
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