w/o sudo?
Some checks failed
Flutter Schmutter / build (push) Failing after 6s

This commit is contained in:
Flummi 2025-06-03 12:46:09 +02:00
parent 884d45046d
commit 1b7634b905

View File

@ -20,8 +20,8 @@ jobs:
- name: install android sdk
run: |
sudo apt-get update
sudo apt-get install -y wget unzip
apt-get update
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