Skip to content

Commit

Permalink
[CI] Fix elpi job following LPCIC/coq-elpi#661
Browse files Browse the repository at this point in the history
  • Loading branch information
proux01 committed Jul 13, 2024
1 parent b59df13 commit 60bf226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/ci/ci-elpi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ git_download elpi
if [ "$DOWNLOAD_ONLY" ]; then exit 0; fi

( cd "${CI_BUILD_DIR}/elpi"
make build DUNE_build_FLAGS="--root ."
make build
make install DUNE_install_FLAGS=--prefix="$CI_INSTALL_DIR"
)

0 comments on commit 60bf226

Please sign in to comment.