Commit b8df9909 authored by Raphael Defosseux's avatar Raphael Defosseux

fix(ci): freezing cpp-jwt to v1.4

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent dbd5e531
...@@ -355,7 +355,7 @@ install_cpp_jwt_from_git() { ...@@ -355,7 +355,7 @@ install_cpp_jwt_from_git() {
fi fi
git clone $GIT_URL git clone $GIT_URL
cd cpp-jwt && git checkout master cd cpp-jwt && git checkout -f v1.4
ret=$?;[[ $ret -ne 0 ]] && popd && return $ret ret=$?;[[ $ret -ne 0 ]] && popd && return $ret
mkdir _build && cd _build mkdir _build && cd _build
$CMAKE .. $CMAKE ..
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment