Skip to content

Commit

Permalink
#2174: target 1.5.0 tag for vt-tv build
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Sep 17, 2024
1 parent 7d63592 commit 25361b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build_cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ then
{ echo "vt-tv already in lib... not downloading"; } 2>/dev/null
else
cd "${source_dir}/lib"
vt_tv_rev="master"
vt_tv_rev="1.5.0"
git clone -b "${vt_tv_rev}" --depth 1 https://github.com/DARMA-tasking/vt-tv.git
cd -
fi
Expand Down

0 comments on commit 25361b6

Please sign in to comment.