File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,16 @@ build: [
2222]
2323depends: [
2424 "ocaml" {>= "4.14"}
25- "ocamlformat" {with-test & = "0.27.0"}
26- "yojson" {with-test & = "2.2.2"}
27- "ocaml-lsp-server" {with-dev-setup & = "1.22.0"}
2825 "cppo" {= "1.8.0"}
29- "ounit2" {= "2.2.7"}
3026 "dune" {>= "3.17"}
27+ "ocamlformat" {with-test & = "0.27.0"}
28+ "yojson" {with-test & = "2.2.2"}
29+ "ounit2" {with-test & = "2.2.7"}
3130 "odoc" {with-doc}
32- # Dependencies that could be broken on Windows runners
33- "js_of_ocaml" {= "6.0.1" & os != "win32"}
34- "js_of_ocaml-ppx" {= "6.0.1" & os != "win32"}
35- "wasm_of_ocaml-compiler" {= "6.0.1" & os != "win32"}
31+ "ocaml-lsp-server" {with-dev-setup & = "1.22.0"}
32+
33+ # Test dependencies that would be broken on Windows runners
34+ "js_of_ocaml" {os != "win32" & with-test & = "6.0.1"}
35+ "js_of_ocaml-ppx" {os != "win32" & with-test & = "6.0.1"}
36+ "wasm_of_ocaml-compiler" {os != "win32" & with-test & = "6.0.1"}
3637]
You can’t perform that action at this time.
0 commit comments