mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
CI
This commit is contained in:
parent
9b62489ba5
commit
731cc79fcb
2 changed files with 2 additions and 2 deletions
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue