Skip to content

Commit

Permalink
latest emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaclennan committed Nov 14, 2024
1 parent 8640cfc commit 91dcd98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maestro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# https://ci.android.com/builds/branches/aosp-emu-master-dev/grid
- name: Install Emulator
run: |
curl --compressed --location --output emulator.zip $(curl --location --silent https://ci.android.com/builds/submitted/11162281/emulator-linux_aarch64/latest/sdk-repo-linux_aarch64-emulator-11162281.zip | grep -o 'https://storage[^"]*' | sed 's/\\u0026/\&/g')
curl --compressed --location --output emulator.zip $(curl --location --silent https://ci.android.com/builds/submitted/12656970/emulator-linux_aarch64/latest/sdk-repo-linux_aarch64-emulator-12656970.zip | grep -o 'https://storage[^"]*' | sed 's/\\u0026/\&/g')
unzip -d $ANDROID_HOME -n -q emulator.zip
rm -f emulator.zip
cp $ANDROID_HOME/platform-tools/package.xml $ANDROID_HOME/emulator/package.xml
Expand Down Expand Up @@ -111,6 +111,7 @@ jobs:
path: logcat_output.txt

- name: Emulator logs
if: always()
run: |
cat nohup.out
shell: bash
Expand Down

0 comments on commit 91dcd98

Please sign in to comment.