We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 598d93c commit 4a278ecCopy full SHA for 4a278ec
ci/before_install.sh
@@ -26,7 +26,7 @@ function llvm_version_triple() {
26
elif [ "$1" == "3.9" ]; then
27
echo "3.9.0"
28
elif [ "$1" == "4.0" ]; then
29
- echo "4.0.1"
+ echo "4.0.0"
30
elif [ "$1" == "5.0" ]; then
31
echo "5.0.0"
32
fi
0 commit comments