aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Laporte2019-05-02 08:00:01 +0000
committerVincent Laporte2019-05-02 08:00:01 +0000
commit680facebace8718f651d6c46167359cebc85a8a4 (patch)
treec3bf39ae85431ca6cdf5db03417e55d59bdf54be
parent213b5419136e4639f345e171c086b154c14aa62c (diff)
[CI/Azure/macOS] Fix install of OCaml through OPAM
-rw-r--r--azure-pipelines.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index f09087b172..f2cec1eb19 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -59,8 +59,8 @@ jobs:
- script: |
set -e
export PKG_CONFIG_PATH=/usr/local/opt/libffi/lib/pkgconfig
- opam init -a -j "$NJOBS" --compiler=$COMPILER
- opam switch set $COMPILER
+ opam init -a -j "$NJOBS" --compiler=ocaml-base-compiler.$COMPILER
+ opam switch set ocaml-base-compiler.$COMPILER
eval $(opam env)
opam update
opam install -j "$NJOBS" num ocamlfind${FINDLIB_VER} ounit lablgtk3-sourceview3