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 17
17
# results in a conflict
18
18
.PHONY : install-test-deps
19
19
install-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' \
21
21
ocamlformat.$$(awk -F = '$$1 == "version" {print $$2}' .ocamlformat ) ocamlformat-rpc
22
22
23
23
.PHONY : dev
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ cd ocaml-lsp
132
132
git submodule update --init --recursive
133
133
134
134
# 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
136
136
137
137
# don't forget to set your environment to use the local switch
138
138
eval $( opam env)
You can’t perform that action at this time.
0 commit comments