diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e465481..132e606 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ variables: ANDROID_SDK_TOOLS: "10406996" before_script: - - apk add --no-cache wget tar unzip bash + - apt install wget tar unzip bash - wget --quiet --output-document=android-sdk.zip https://dl.google.com/android/repository/commandlinetools-linux-${ANDROID_SDK_TOOLS}_latest.zip - unzip -d android-sdk-linux android-sdk.zip - echo y | android-sdk-linux/cmdline-tools/bin/sdkmanager "platforms;android-${ANDROID_COMPILE_SDK}" >/dev/null