Skip to content

Commit a1f9d25

Browse files
committed
Update azure-pipelines.yml
1 parent 4ff28b7 commit a1f9d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
find ~/.esy -name "x86_64-w64-mingw32-as*"
147147
echo "print_int 42;; print_newline();;" >testOcaml.ml
148148
echo "build with esy"
149-
esy b x ocamlopt.opt -verbose testOcaml.ml -o testOcaml
149+
esy b ocamlopt.opt -verbose testOcaml.ml -o testOcaml
150150
# echo "build without esy"
151151
# ocamlopt.opt testOcaml.ml -o testOcaml
152152
./testOcaml

0 commit comments

Comments
 (0)