From 01a0dc7d8dde02a4a90e2f3aa0b04de7cc6fd366 Mon Sep 17 00:00:00 2001 From: Matt Bray Date: Thu, 8 Aug 2024 11:12:51 +0100 Subject: [PATCH] fix(gha): try --solver=mccs --- .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 73feb3e4..748a8a45 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,7 +29,7 @@ jobs: submodules: recursive # needed for depext to work - - run: sudo apt-get update + - run: sudo apt-get update && sudo apt-get install mccs if: ${{ matrix.os == 'ubuntu-latest' }} - name: Use OCaml ${{ matrix.ocaml-compiler }} @@ -45,7 +45,7 @@ jobs: opam pin pbrt 3.0.1 -y -n opam install pbrt -y - - run: opam install . --deps-only --with-test + - run: opam install . --deps-only --with-test --solver=mccs - run: opam exec -- dune build @install -p opentelemetry,opentelemetry-lwt,opentelemetry-client-ocurl,opentelemetry-cohttp-lwt,opentelemetry-client-cohttp-lwt