Skip to content

Commit 3e66a8c

Browse files
committed
Optimizing Xcode Cloud CI post clone
1 parent 555d624 commit 3e66a8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ios/ci_scripts/ci_post_clone.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ echo "Running ci_post_clone.sh"
77
cd ../../
88

99
# install node and cocoapods
10-
brew install node cocoapods
10+
HOMEBREW_NO_AUTO_UPDATE=1 brew install node cocoapods
1111
npm install
1212

13-
npx expo prebuild
13+
npx expo prebuild --platform=ios

0 commit comments

Comments
 (0)