aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-tlc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ci/ci-tlc.sh')
-rwxr-xr-xdev/ci/ci-tlc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-tlc.sh b/dev/ci/ci-tlc.sh
index 2161a11461..b946324924 100755
--- a/dev/ci/ci-tlc.sh
+++ b/dev/ci/ci-tlc.sh
@@ -3,6 +3,6 @@
ci_dir="$(dirname "$0")"
source ${ci_dir}/ci-common.sh
-git clone https://gforge.inria.fr/git/tlc/tlc.git
+git_checkout master https://gforge.inria.fr/git/tlc/tlc.git tlc
( cd tlc && make -j ${NJOBS} )