Skip to content

Commit 71c8031

Browse files
authored
Fix iOS demo app package resolution on CI (pytorch#14952)
Configure Git to use HTTP/1.1 to avoid SPM clone issues. pytorch#14824
1 parent d4129b7 commit 71c8031

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/scripts/test_ios_ci.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ say() {
3636

3737
say "Cloning the Demo App"
3838

39+
git config --global http.postBuffer 524288000
3940
git clone --depth 1 https://github.com/meta-pytorch/executorch-examples.git
4041

4142
say "Installing CoreML Backend Requirements"

0 commit comments

Comments
 (0)