diff --git a/.gitea/workflows/make-app.yaml b/.gitea/workflows/make-app.yaml index b19cc44..02c37e1 100644 --- a/.gitea/workflows/make-app.yaml +++ b/.gitea/workflows/make-app.yaml @@ -35,7 +35,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://redirector.gvt1.com/edgedl/android/repository/emulator-linux_x64-12038310.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