From 17a0ab9cd6877df1694a2d49e356ad14c369fc2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AE=80=E9=9D=99=E5=87=A1?= <30424139+wtto00@users.noreply.github.com> Date: Sat, 16 Sep 2023 01:44:35 +0800 Subject: [PATCH] chore: ci --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 403950d..22869f7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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/