Skip to content

Commit 411ee43

Browse files
Cuihtlauac ALVARADOrgrinberg
authored andcommitted
Don't let opam ask when not needed
1 parent 273cf46 commit 411ee43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ all:
1717
# results in a conflict
1818
.PHONY: install-test-deps
1919
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' \
2121
ocamlformat.$$(awk -F = '$$1 == "version" {print $$2}' .ocamlformat) ocamlformat-rpc
2222

2323
.PHONY: dev

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ cd ocaml-lsp
132132
git 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
138138
eval $(opam env)

0 commit comments

Comments
 (0)