Skip to content

Commit 4a278ec

Browse files
committed
Use clang 4.0.0, not 4.0.1, since the later doesn't have an ubuntu package.
1 parent 598d93c commit 4a278ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/before_install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function llvm_version_triple() {
2626
elif [ "$1" == "3.9" ]; then
2727
echo "3.9.0"
2828
elif [ "$1" == "4.0" ]; then
29-
echo "4.0.1"
29+
echo "4.0.0"
3030
elif [ "$1" == "5.0" ]; then
3131
echo "5.0.0"
3232
fi

0 commit comments

Comments
 (0)