mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-07 18:37:56 -05:00
try to fix CI
This commit is contained in:
parent
6f1e1627fe
commit
6fe90a3cfe
2 changed files with 2 additions and 2 deletions
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
|
||||
- run: |
|
||||
opam pin trace https://github.com/ocaml-tracing/ocaml-trace.git#main -y -n
|
||||
opam pin https://github.com/ocaml-tracing/ambient-context.git#simon/simpler-interface -y -n
|
||||
opam pin https://github.com/ocaml-tracing/ambient-context.git#main -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
|
|
@ -43,7 +43,7 @@ jobs:
|
|||
|
||||
- run: |
|
||||
opam pin trace https://github.com/ocaml-tracing/ocaml-trace.git#main -y -n
|
||||
opam pin https://github.com/ocaml-tracing/ambient-context.git#simon/simpler-interface -y -n
|
||||
opam pin https://github.com/ocaml-tracing/ambient-context.git#HEAD -y -n
|
||||
opam install pbrt.4.0 -y
|
||||
opam install ambient-context
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue