chore: make sure we don't depend on ocaml-protoc for regular build

This commit is contained in:
Simon Cruanes 2024-02-07 14:47:42 -05:00
parent b95eb21282
commit 81d2d5ceef
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -43,12 +43,13 @@ jobs:
- run: |
opam pin ocaml-protoc 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 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
# check that nothing changed