fix(gha): try --solver=mccs

This commit is contained in:
Matt Bray 2024-08-08 11:12:51 +01:00
parent c22e7f4699
commit 01a0dc7d8d

View file

@ -29,7 +29,7 @@ jobs:
submodules: recursive submodules: recursive
# needed for depext to work # 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' }} if: ${{ matrix.os == 'ubuntu-latest' }}
- name: Use OCaml ${{ matrix.ocaml-compiler }} - name: Use OCaml ${{ matrix.ocaml-compiler }}
@ -45,7 +45,7 @@ jobs:
opam pin pbrt 3.0.1 -y -n opam pin pbrt 3.0.1 -y -n
opam install pbrt -y 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 - run: opam exec -- dune build @install -p opentelemetry,opentelemetry-lwt,opentelemetry-client-ocurl,opentelemetry-cohttp-lwt,opentelemetry-client-cohttp-lwt