mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-09 04:17:56 -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
|
allow-prerelease-opam: true
|
||||||
#
|
#
|
||||||
# TODO: remove when it's on opam
|
# 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
|
- name: Deps
|
||||||
run: opam install odig opentelemetry opentelemetry-lwt opentelemetry-client-ocurl opentelemetry-cohttp-lwt
|
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
|
opam install pbrt -y
|
||||||
|
|
||||||
# TODO: remove when it's on opam
|
# 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
|
# We cannot install packages that need eio on ocaml versions before 5
|
||||||
- run: |
|
- run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue