mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-06 11:15:38 -05:00
chore: CI
This commit is contained in:
parent
5d731a9b73
commit
fb8b612ffb
2 changed files with 2 additions and 2 deletions
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
allow-prerelease-opam: true
|
allow-prerelease-opam: true
|
||||||
|
|
||||||
# temporary until it's in a release
|
# temporary until it's in a release
|
||||||
- run: opam pin https://github.com/c-cube/picos#simon/split-package -y -n
|
- run: opam pin https://github.com/c-cube/picos.git#simon/split-package -y -n
|
||||||
|
|
||||||
- run: opam install odig moonpool moonpool-lwt
|
- run: opam install odig moonpool moonpool-lwt
|
||||||
|
|
||||||
|
|
|
||||||
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
||||||
allow-prerelease-opam: true
|
allow-prerelease-opam: true
|
||||||
|
|
||||||
# temporary until it's in a release
|
# temporary until it's in a release
|
||||||
- run: opam pin https://github.com/c-cube/picos#simon/split-package -y -n
|
- run: opam pin https://github.com/c-cube/picos.git#simon/split-package -y -n
|
||||||
|
|
||||||
- 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'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue