Skip to content

Commit

Permalink
temp runner
Browse files Browse the repository at this point in the history
  • Loading branch information
baijumeswani committed Feb 13, 2025
1 parent 52670af commit b976d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
# ANDROID_ABI: "arm64-v8a"
ANDROID_ABI: "x86_64"
ANDROID_NDK_VERSION: "27.2.12479018" # LTS version
ANDROID_AVD_HOME: ${{ runner.temp }}
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 b976d80

Please sign in to comment.