Parcourir la source

Amend Gitlab CI script

 + Forgotten "-y" option in  opam install
Leo il y a 9 ans
Parent
commit
a587d87faa
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      gitlab-ci.sh

+ 1 - 1
gitlab-ci.sh

@@ -12,7 +12,7 @@ opam --git-version
 ocaml -version
 
 # ocamlfind is mandatory to build
-opam install ocamlfind
+opam install -y ocamlfind
 
 # Building OcLaunch and running tests
 ./configure --enable-tests