Skip to content

Commit

Permalink
chore: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wtto00 committed Sep 15, 2023
1 parent d4a7538 commit 772fb58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
run: |
AVDMANAGER_PATH=$(which avdmanager)
AVDMANAGER_DIR="${AVDMANAGER_PATH%/../*}"
mkdir $ANDROID_HOME/cmdline-tools/latest/
mkdir $ANDROID_HOME/cmdline-tools
mkdir $ANDROID_HOME/cmdline-tools/latest
cp -r $AVDMANAGER_DIR $ANDROID_HOME/cmdline-tools/latest/
ls $ANDROID_HOME/cmdline-tools/latest/
Expand Down

0 comments on commit 772fb58

Please sign in to comment.