Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nhachicha committed Jul 11, 2024
1 parent 036e243 commit cf368c2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1148,19 +1148,21 @@ jobs:
shell: bash

- name: Install SDK Tools
env:
ANDROID_AVD_HOME: "/home/runner/.config/.android/avd"
run: |
sdkmanager 'platforms;android-34' 'system-images;android-VanillaIceCream;google_apis_ps16k;arm64-v8a' 'tools'
bash -c 'yes || true' | sdkmanager --licenses
echo yes | sdkmanager --licenses
shell: bash

- name: Create AVD image
env:
ANDROID_AVD_HOME: "$ANDROID_SDK_ROOT/avd/"
ANDROID_AVD_HOME: "/home/runner/.config/.android/avd"
run: |
echo no | avdmanager create avd --force -n test1 --abi 'arm64-v8a' --package 'system-images;android-VanillaIceCream;google_apis_ps16k;arm64-v8a'
echo no | avdmanager create avd --force -n test --abi 'arm64-v8a' --package 'system-images;android-VanillaIceCream;google_apis_ps16k;arm64-v8a'
shell: bash

- name: Setup tmate session
env:
ANDROID_AVD_HOME: "$ANDROID_SDK_ROOT/avd/"
ANDROID_AVD_HOME: "/home/runner/.config/.android/avd"
uses: mxschmitt/action-tmate@v3

0 comments on commit cf368c2

Please sign in to comment.