File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5151 - name : Setup NDK
5252 run : |
5353 echo "y" | sdkmanager "cmake;3.6.4111459"
54- wget https://dl.google.com/android/repository/android-ndk-$NDK_VERSION-$NDK_ARCH.zip
54+ wget -q https://dl.google.com/android/repository/android-ndk-$NDK_VERSION-$NDK_ARCH.zip
5555 chmod +x android-ndk-$NDK_VERSION-$NDK_ARCH.zip
5656 unzip -q android-ndk-$NDK_VERSION-$NDK_ARCH.zip
5757 rm -rf android-ndk-$NDK_VERSION-$NDK_ARCH.zip
@@ -122,7 +122,7 @@ jobs:
122122 - name : Setup NDK
123123 run : |
124124 echo "y" | sdkmanager "cmake;3.6.4111459"
125- wget https://dl.google.com/android/repository/android-ndk-$NDK_VERSION-$NDK_ARCH.zip
125+ wget -q https://dl.google.com/android/repository/android-ndk-$NDK_VERSION-$NDK_ARCH.zip
126126 chmod +x android-ndk-$NDK_VERSION-$NDK_ARCH.zip
127127 unzip -q android-ndk-$NDK_VERSION-$NDK_ARCH.zip
128128 rm -rf android-ndk-$NDK_VERSION-$NDK_ARCH.zip
Original file line number Diff line number Diff line change 4242 - name : Setup NDK
4343 run : |
4444 echo "y" | sdkmanager "cmake;3.6.4111459"
45- wget https://dl.google.com/android/repository/android-ndk-$NDK_VERSION-$NDK_ARCH.zip
45+ wget -q https://dl.google.com/android/repository/android-ndk-$NDK_VERSION-$NDK_ARCH.zip
4646 chmod +x android-ndk-$NDK_VERSION-$NDK_ARCH.zip
4747 unzip -q android-ndk-$NDK_VERSION-$NDK_ARCH.zip
4848 rm -rf android-ndk-$NDK_VERSION-$NDK_ARCH.zip
@@ -107,7 +107,7 @@ jobs:
107107 - name : Setup NDK
108108 run : |
109109 echo "y" | sdkmanager "cmake;3.6.4111459"
110- wget https://dl.google.com/android/repository/android-ndk-$NDK_VERSION-$NDK_ARCH.zip
110+ wget -q https://dl.google.com/android/repository/android-ndk-$NDK_VERSION-$NDK_ARCH.zip
111111 chmod +x android-ndk-$NDK_VERSION-$NDK_ARCH.zip
112112 unzip -q android-ndk-$NDK_VERSION-$NDK_ARCH.zip
113113 rm -rf android-ndk-$NDK_VERSION-$NDK_ARCH.zip
You can’t perform that action at this time.
0 commit comments