Skip to content

Commit

Permalink
add fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
asfaqehussain authored Jun 26, 2024
1 parent 92902c5 commit 24ae065
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/android-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,10 @@ jobs:
- name: Install dependencies
run: yarn install

- name: Install required packages
- name: Install Android SDK and required packages
run: |
apt-get update
apt-get install -y coreutils findutils
- name: Install Android SDK
run: |
apt-get install -y unzip
sudo apt-get update
sudo apt-get install -y coreutils findutils unzip procps
wget https://dl.google.com/android/repository/commandlinetools-linux-8092744_latest.zip -O commandlinetools.zip
unzip commandlinetools.zip -d $HOME/cmdline-tools
mkdir -p $HOME/android-sdk/cmdline-tools
Expand Down

0 comments on commit 24ae065

Please sign in to comment.