Skip to content

Commit c39be56

Browse files
committed
Enable windows and ocamlmerlin-mlx
1 parent 129fc40 commit c39be56

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
- ubuntu-latest
1818
- macos-latest
1919
- windows-latest
20-
2120
ocaml-compiler:
2221
- "4.14"
2322
- "5.1"
@@ -42,7 +41,7 @@ jobs:
4241
4342
- run: opam install . --deps-only --with-test
4443

45-
- run: opam exec -- dune build -p mlx
44+
- run: opam exec -- dune build -p mlx,ocamlmerlin-mlx
4645

4746
# TODO: pass --with-dev-setup to opam instead? (requires opam 2.2, I think)
4847
- run: opam install menhir.20201216 menhirLib.20201216 menhirSdk.20201216 ocamlformat

0 commit comments

Comments
 (0)