Skip to content

Commit

Permalink
Merge pull request #58 from imandra-ai/matt/mmcs
Browse files Browse the repository at this point in the history
fix(gha): try --solver=mccs
  • Loading branch information
mattjbray authored Aug 8, 2024
2 parents c22e7f4 + 01a0dc7 commit ea684b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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

Expand Down

0 comments on commit ea684b0

Please sign in to comment.