Skip to content

Commit

Permalink
Specify ocaml 4.12.1 in switch
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Mar 28, 2023
1 parent d90c352 commit 7480416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ $(opam_file): dune-project ## Update the package dependencies when new deps are

init: ## Create a local opam switch and setups githooks
git config core.hooksPath .githooks
opam switch create . --deps-only --with-test
opam switch create . 4.12.1 --deps-only --with-test

0 comments on commit 7480416

Please sign in to comment.