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 772fb58 commit 17a0ab9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ jobs:
shell: bash
run: |
AVDMANAGER_PATH=$(which avdmanager)
echo $AVDMANAGER_PATH
AVDMANAGER_DIR="${AVDMANAGER_PATH%/../*}"
echo $AVDMANAGER_DIR
ls $AVDMANAGER_DIR
mkdir $ANDROID_HOME/cmdline-tools
mkdir $ANDROID_HOME/cmdline-tools/latest
cp -r $AVDMANAGER_DIR $ANDROID_HOME/cmdline-tools/latest/
Expand Down

0 comments on commit 17a0ab9

Please sign in to comment.