diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 55d6712f..53aa0b0b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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