We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29b6755 commit acb6091Copy full SHA for acb6091
src/scripts/build_mac_ci.sh
@@ -31,6 +31,6 @@ if [ ! -d "${CWD}/sdk" ]; then
31
tar xf ${SDK_TAR}
32
fi
33
34
-git submodule update -i --recursive
+git submodule update --init --recursive
35
36
CUSTOM=CI ./src/scripts/build_mac.sh
0 commit comments