aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
Diffstat (limited to 'dev')
-rwxr-xr-xdev/ci/ci-hott.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-hott.sh b/dev/ci/ci-hott.sh
index aaffc9d484..0c07564c02 100755
--- a/dev/ci/ci-hott.sh
+++ b/dev/ci/ci-hott.sh
@@ -3,6 +3,6 @@
ci_dir="$(dirname "$0")"
source ${ci_dir}/ci-common.sh
-git_checkout mz-8.6 https://github.com/ejgallego/HoTT.git HoTT
+git_checkout mz-8.7 https://github.com/ejgallego/HoTT.git HoTT
( cd HoTT && ./autogen.sh && ./configure && make -j ${NJOBS} )