Skip to content

Commit

Permalink
Fix coq-elpi CI.
Browse files Browse the repository at this point in the history
Which was broken by LPCIC/coq-elpi#684
  • Loading branch information
rlepigre authored and proux01 committed Sep 26, 2024
1 parent b680523 commit fca78c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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
make install DUNE_install_FLAGS=--prefix="$CI_INSTALL_DIR"
make build DUNE_build_FLAGS="--root ."
make install DUNE_install_FLAGS="--root . --prefix=\"$CI_INSTALL_DIR\""
)

0 comments on commit fca78c3

Please sign in to comment.