This commit is contained in:
Simon Cruanes 2024-12-04 11:09:26 -05:00
parent e481c48fe5
commit 06f3bdadb9
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 2 additions and 2 deletions

View file

@ -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 picos 0.6 -y -n - run: opam pin picos 0.6.0 -y -n
- run: opam install odig moonpool moonpool-lwt moonpool-io - run: opam install odig moonpool moonpool-lwt moonpool-io

View file

@ -29,7 +29,7 @@ jobs:
dune-cache: true dune-cache: true
allow-prerelease-opam: true allow-prerelease-opam: true
- run: opam pin picos 0.6 -y -n - run: opam pin picos 0.6.0 -y -n
- run: opam install -t moonpool moonpool-lwt moonpool-io --deps-only - run: opam install -t moonpool moonpool-lwt moonpool-io --deps-only
if: matrix.ocaml-compiler == '5.2' if: matrix.ocaml-compiler == '5.2'