Skip to content

Commit

Permalink
Merge pull request #1024 from Zilliqa/fix-docker-build
Browse files Browse the repository at this point in the history
  • Loading branch information
bb111189 committed Jun 23, 2021
2 parents 83436fb + 8189dfb commit 7c5f7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -157,7 +157,7 @@ dev-deps:
opamdep-ci:
opam init --disable-sandboxing --compiler=$(OCAML_VERSION) --yes
eval $$(opam env)
opam install ./scilla.opam --deps-only --with-test --yes
opam install ./scilla.opam --deps-only --with-test --no-depexts --yes
opam install ocamlformat.$(OCAMLFORMAT_VERSION) --yes

.PHONY : coverage
Expand Down

0 comments on commit 7c5f7c8

Please sign in to comment.