We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea6ee23 commit c3ce809Copy full SHA for c3ce809
build.sh
@@ -33,7 +33,7 @@ fi
33
34
echo "LLVM_PATH: $LLVM_PATH"
35
36
-git clone git@github.com:llvm/llvm-project.git $LLVM_PATH
+git clone https://github.com/llvm/llvm-project.git $LLVM_PATH
37
38
pushd $LLVM_PATH
39
git checkout llvmorg-20.1.1
0 commit comments