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 1c4b4be commit 817ee4aCopy full SHA for 817ee4a
.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