This commit is contained in:
Simon Cruanes 2026-02-26 10:11:00 -05:00
parent 9b62489ba5
commit 731cc79fcb
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ jobs:
allow-prerelease-opam: true
#
# TODO: remove when it's on opam
- run: opam pin ambient-context https://github.com/ocaml-tracing/ocaml-ambient-context.git -y -n
- run: opam pin ambient-context https://github.com/ocaml-tracing/ambient-context.git -y -n
- name: Deps
run: opam install odig opentelemetry opentelemetry-lwt opentelemetry-client-ocurl opentelemetry-cohttp-lwt

View file

@ -47,7 +47,7 @@ jobs:
opam install pbrt -y
# TODO: remove when it's on opam
- run: opam pin ambient-context https://github.com/ocaml-tracing/ocaml-ambient-context.git -y -n
- run: opam pin ambient-context https://github.com/ocaml-tracing/ambient-context.git -y -n
# We cannot install packages that need eio on ocaml versions before 5
- run: |