aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorcoqbot-app[bot]2021-03-24 17:56:38 +0000
committerGitHub2021-03-24 17:56:38 +0000
commitf7d5e6646939144b23af95d00db3c9a35eb54a55 (patch)
treeffd6fb5af6cf14b4ba7ae3240e04de3a82da4f3a /dev
parent907c93bcc8791040784fb69d0fdd8bd208cd8d56 (diff)
parentbef4777defa20c0013f47e54f7adabf1411ae758 (diff)
Merge PR #13994: CI Quickchick: don't install quickchick executable to opam
Reviewed-by: ejgallego
Diffstat (limited to 'dev')
-rwxr-xr-xdev/ci/ci-quickchick.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-quickchick.sh b/dev/ci/ci-quickchick.sh
index 2bc2a18849..62623f4c39 100755
--- a/dev/ci/ci-quickchick.sh
+++ b/dev/ci/ci-quickchick.sh
@@ -5,4 +5,4 @@ ci_dir="$(dirname "$0")"
git_download quickchick
-( cd "${CI_BUILD_DIR}/quickchick" && make && make install)
+( cd "${CI_BUILD_DIR}/quickchick" && make && make install-plugin)