Skip to content

Commit cf6167b

Browse files
committed
move run_android_emulator
1 parent 04cb2b6 commit cf6167b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/_android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
with:
120120
api-level: ${{ env.API_LEVEL }}
121121
arch: x86_64
122-
script: ./build/run_android_emulator.sh
122+
script: ./scripts/run_android_emulator.sh
123123
# NB: This is to boot the emulator faster following the instructions on
124124
# https://github.com/ReactiveCircus/android-emulator-runner. The max number
125125
# of cores we can set is 6, any higher number will be reduced to 6.
File renamed without changes.

0 commit comments

Comments
 (0)