Skip to content

Commit b957087

Browse files
fix: avd path
1 parent 390969a commit b957087

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
5151
- name: Create AVD
5252
run: |
53-
echo "no" | avdmanager create avd -n test-avd -k "system-images;android-34;google_apis;x86_64" --device "pixel_6"
53+
echo "no" | $ANDROID_HOME/cmdline-tools/latest/bin/avdmanager create avd -n test-avd -k "system-images;android-34;google_apis;x86_64" --device "pixel_6"
5454
mkdir -p ~/.android/avd
5555
echo "hw.gpu.mode=swiftshader_indirect" >> ~/.android/avd/test-avd.avd/config.ini
5656
echo "hw.gpu.enabled=yes" >> ~/.android/avd/test-avd.avd/config.ini

0 commit comments

Comments
 (0)