Skip to content

Commit

Permalink
Use opam 2.0 compatible switch create (closes #1133)
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Sep 12, 2023
1 parent 256ca95 commit ee31392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ opam_setup() {
set -x
opam init -y -a --bare $SANDBOXING # sandboxing is disabled in travis and docker
opam update
opam switch -y create . --deps-only ocaml-variants.4.14.0+options ocaml-option-flambda --locked
opam switch -y create . --deps-only --packages=ocaml-variants.4.14.0+options,ocaml-option-flambda --locked
}

rule() {
Expand Down

0 comments on commit ee31392

Please sign in to comment.