mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-13 14:06:32 -04:00
chore: make sure we don't depend on ocaml-protoc for regular build
This commit is contained in:
parent
b95eb21282
commit
81d2d5ceef
1 changed files with 2 additions and 1 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
|
@ -43,12 +43,13 @@ jobs:
|
||||||
- run: |
|
- run: |
|
||||||
opam pin ocaml-protoc 3.0.1 -y -n
|
opam pin ocaml-protoc 3.0.1 -y -n
|
||||||
opam pin pbrt 3.0.1 -y -n
|
opam pin pbrt 3.0.1 -y -n
|
||||||
opam install ocaml-protoc pbrt -y
|
opam install pbrt -y
|
||||||
|
|
||||||
- run: opam install . --deps-only --with-test
|
- run: opam install . --deps-only --with-test
|
||||||
|
|
||||||
- run: opam exec -- dune build @install -p opentelemetry,opentelemetry-lwt,opentelemetry-client-ocurl,opentelemetry-cohttp-lwt,opentelemetry-client-cohttp-lwt
|
- run: opam exec -- dune build @install -p opentelemetry,opentelemetry-lwt,opentelemetry-client-ocurl,opentelemetry-cohttp-lwt,opentelemetry-client-cohttp-lwt
|
||||||
|
|
||||||
|
- run: opam install ocaml-protoc
|
||||||
- run: opam exec -- dune build @lint
|
- run: opam exec -- dune build @lint
|
||||||
|
|
||||||
# check that nothing changed
|
# check that nothing changed
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue