Skip to content

Commit

Permalink
Use runner temp to set the android avd home
Browse files Browse the repository at this point in the history
  • Loading branch information
baijumeswani committed Feb 13, 2025
1 parent c01d212 commit 52670af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ env:
# ANDROID_ABI: "arm64-v8a"
ANDROID_ABI: "x86_64"
ANDROID_NDK_VERSION: "27.2.12479018" # LTS version
ANDROID_AVD_HOME: ${{ runner.temp }}
jobs:
android_x64:
# Note: linux is the only good option for the Android emulator currently.
Expand Down

0 comments on commit 52670af

Please sign in to comment.