Skip to content

Commit acb6091

Browse files
committed
Update build_mac_ci.sh
1 parent 29b6755 commit acb6091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/build_mac_ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ if [ ! -d "${CWD}/sdk" ]; then
3131
tar xf ${SDK_TAR}
3232
fi
3333

34-
git submodule update -i --recursive
34+
git submodule update --init --recursive
3535

3636
CUSTOM=CI ./src/scripts/build_mac.sh

0 commit comments

Comments
 (0)