We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a21a4e commit aa52218Copy full SHA for aa52218
.github/workflows/main.yml
@@ -41,7 +41,9 @@ jobs:
41
42
- run: opam install . --deps-only --with-test
43
44
- - run: opam exec -- dune build -p mlx,ocamlmerlin-mlx
+ - run: opam exec -- dune build -p mlx
45
+
46
+ - run: opam exec -- dune build -p ocamlmerlin-mlx
47
48
# TODO: pass --with-dev-setup to opam instead? (requires opam 2.2, I think)
49
- run: opam install menhir.20201216 menhirLib.20201216 menhirSdk.20201216 ocamlformat
0 commit comments