From 03d1f9fb20f12fe996a97805c74baf63ca6967ea Mon Sep 17 00:00:00 2001 From: kerboul Date: Wed, 12 Mar 2025 07:10:01 +0000 Subject: [PATCH] Build --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fd85b89..2a22e5b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ variables: image: ubuntu:20.04 before_script: - # Installer Java, SDK tools et dépendances + # Installer Java, SDK tools et dépendances SANS - apt-get update -qq && apt-get install -qq -y openjdk-17-jdk wget unzip - wget https://dl.google.com/android/repository/commandlinetools-linux-11076708_latest.zip -O android-commandlinetools.zip - mkdir -p $ANDROID_SDK_ROOT/cmdline-tools