From 12dda4a8a93cc3676a55dc7ed79280df76a30460 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Fri, 13 Mar 2026 14:53:40 -0400 Subject: [PATCH] CI --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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