Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate committed Jul 26, 2021
1 parent cd20f71 commit 37a598b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/solvers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
. .github/scripts/preamble.sh

export OPAMYES=1
export OPAMCONFIRMLEVEL=unsafe-yes
export OCAMLRUNPARAM=b

# All environment variable are overwritten in job description
Expand All @@ -23,6 +24,7 @@ case "$SOLVER" in
;;
esac

opam update --depexts
opam switch create $SOLVER ocaml-system || true
opam install $PKGS
opam install . --deps
Expand Down

0 comments on commit 37a598b

Please sign in to comment.