Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: Sacha Ayoun <[email protected]>
  • Loading branch information
giltho committed Jun 14, 2024
1 parent 3fcc1c0 commit 36fe485
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 @@ -12,7 +12,7 @@ init-dev:

init-ci:
opam install . -y --locked
opam install ${BUILD_PACKAGES} -y --locked
opam install $(shell echo ${BUILD_PACKAGES} | tr ',' ' ') -y --locked


docs:
Expand Down

0 comments on commit 36fe485

Please sign in to comment.