;_;
Some checks failed
Flutter Schmutter / build (push) Failing after 5s

This commit is contained in:
Flummi 2025-06-03 12:45:36 +02:00
parent 44d2cd2179
commit 884d45046d

View File

@ -20,8 +20,8 @@ jobs:
- name: install android sdk
run: |
sudo apt update
sudo apt install -y wget unzip
sudo apt-get update
sudo apt-get install -y wget unzip
wget https://dl.google.com/android/repository/commandlinetools-linux-7583922_latest.zip
mkdir -p $HOME/android/sdk/cmdline-tools
unzip commandlinetools-linux-7583922_latest.zip -d $HOME/android/sdk/cmdline-tools