We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04cb2b6 commit cf6167bCopy full SHA for cf6167b
.github/workflows/_android.yml
@@ -119,7 +119,7 @@ jobs:
119
with:
120
api-level: ${{ env.API_LEVEL }}
121
arch: x86_64
122
- script: ./build/run_android_emulator.sh
+ script: ./scripts/run_android_emulator.sh
123
# NB: This is to boot the emulator faster following the instructions on
124
# https://github.com/ReactiveCircus/android-emulator-runner. The max number
125
# of cores we can set is 6, any higher number will be reduced to 6.
build/run_android_emulator.sh renamed to scripts/run_android_emulator.sh
0 commit comments