Skip to content

Commit b7271f0

Browse files
committed
chroe: use direct path
1 parent 3d7e37b commit b7271f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126

127127
- name: List AVDs
128128
run: |
129-
avdmanager list device -c
129+
$ANDROID_HOME/cmdline-tools/latest/bin/avdmanager list device -c
130130
131131
- name: Create AVD and generate snapshot for caching
132132
if: steps.avd-cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)