Skip to content

Commit 302dc73

Browse files
authored
Merge pull request #220 from thewtex/ninja-git-protocol
COMP: Update ninja Git protocol
2 parents 24b3d98 + 7ef2d93 commit 302dc73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/internal/manylinux-build-common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ case $(uname -m) in
7070
esac
7171
if ! type ninja > /dev/null 2>&1; then
7272
if test ! -d ninja; then
73-
git clone git://github.com/ninja-build/ninja.git
73+
git clone https://github.com/ninja-build/ninja.git
7474
fi
7575
pushd ninja
7676
git checkout release

0 commit comments

Comments
 (0)