Skip to content

Commit a7649e6

Browse files
Fix iOS demo app package resolution on CI (#14959)
Configure Git to use HTTP/1.1 to avoid SPM clone issues. #14824 Co-authored-by: Anthony Shoumikhin <anthony@shoumikh.in>
1 parent ac5de26 commit a7649e6

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)