Skip to content

Commit 46a4787

Browse files
committed
Explicitly installs ocamlbuild in windows
1 parent 8aa529e commit 46a4787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor-vult.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tar -xf 'opam64.tar.xz'
1212
opam init default "https://github.com/fdopen/opam-repository-mingw.git#opam2" -c "ocaml-variants.4.07.1+mingw64" --no-setup --disable-sandboxing
1313
eval $(ocaml-env cygwin)
1414

15-
opam install pla containers ppx_deriving ounit yojson menhir result -y
15+
opam install pla containers ppx_deriving ounit yojson menhir result ocamlbuild -y
1616
# build vult
1717
cd $APPVEYOR_BUILD_FOLDER
1818
ls

0 commit comments

Comments
 (0)