File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1717# results in a conflict
1818.PHONY : install-test-deps
1919install-test-deps :
20- opam install ' menhir>20211230' cinaps ' ppx_expect>=v0.15.0' \
20+ opam install --yes ' menhir>20211230' cinaps ' ppx_expect>=v0.15.0' \
2121 ocamlformat.$$(awk -F = '$$1 == "version" {print $$2}' .ocamlformat ) ocamlformat-rpc
2222
2323.PHONY : dev
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ cd ocaml-lsp
132132git submodule update --init --recursive
133133
134134# create local switch (or use global one)
135- opam switch create . ocaml-base-compiler.4.14.0
135+ opam switch --yes create . ocaml-base-compiler.4.14.0
136136
137137# don't forget to set your environment to use the local switch
138138eval $( opam env)
You can’t perform that action at this time.
0 commit comments