From 81d2d5ceefe62733670b8705179901b0a83b4217 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Wed, 7 Feb 2024 14:47:42 -0500 Subject: [PATCH] chore: make sure we don't depend on ocaml-protoc for regular build --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 32053654..e29237b4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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