This commit is contained in:
Simon Cruanes 2026-03-13 14:53:40 -04:00
parent f32199f2c8
commit 12dda4a8a9
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -61,9 +61,9 @@ jobs:
- run: opam exec -- dune build @install -p opentelemetry
- run: opam install lwt.6.1.1 -y
if: ${{ startsWith(matrix.ocaml-compiler, '5') }}
if: ${{ matrix.ocaml-compiler == '5.3.x' }}
- run: opam exec -- dune build @install -p opentelemetry,opentelemetry-client,opentelemetry-lwt,opentelemetry-client-cohttp-lwt
if: ${{ startsWith(matrix.ocaml-compiler, '5') }}
if: ${{ matrix.ocaml-compiler == '5.3.x' }}
- run: opam install ocaml-protoc
- run: opam exec -- dune build @lint