We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6bace09 + 44fc7a5 commit 95338fdCopy full SHA for 95338fd
utils/build-script-impl
@@ -833,7 +833,7 @@ FOUNDATION_SOURCE_DIR="$WORKSPACE/swift-corelibs-foundation"
833
834
if [[ ! -d $CMARK_SOURCE_DIR ]]; then
835
echo "$CMARK_SOURCE_DIR not found. Attempting to clone ..."
836
- git clone git@github.com/apple/swift-cmark.git "$CMARK_SOURCE_DIR" || \
+ git clone https://github.com/apple/swift-cmark.git "$CMARK_SOURCE_DIR" || \
837
(echo "Couldn't clone cmark. Please check README.md and visit https://github.com/apple/swift-cmark for details." && \
838
exit 1)
839
fi
0 commit comments