Skip to content

Commit

Permalink
Single headless emulator - 5
Browse files Browse the repository at this point in the history
  • Loading branch information
kaanx022 committed May 11, 2024
1 parent 9b2105e commit f2ba120
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kaan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "*"

env:
ANDROID_ARCH: x86_64
ANDROID_ARCH: arm64-v8a
ANDROID_TARGET: google_apis_playstore
API_LEVEL: 33
ANDROID_BUILD_TOOLS_VERSION: 33.0.2
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Install Sdk
run: |
yes Y | sdkmanager --licenses
sdkmanager --install ${ANDROID_SDK_PACKAGES}
sdkmanager --install ${ANDROID_SDK_PACKAGES} >/dev/null
- name: Build emulator
run: |
Expand Down

0 comments on commit f2ba120

Please sign in to comment.