Skip to content

Commit

Permalink
Set temp runner after run starts
Browse files Browse the repository at this point in the history
  • Loading branch information
baijumeswani committed Feb 13, 2025
1 parent b976d80 commit f512ed2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ 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 Expand Up @@ -54,6 +53,8 @@ jobs:
"${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager" --install "ndk;${{ env.ANDROID_NDK_VERSION }}"
echo "ANDROID_NDK_HOME=${ANDROID_SDK_ROOT}/ndk/${{ env.ANDROID_NDK_VERSION }}" >> $GITHUB_ENV
echo "ANDROID_AVD_HOME=${{ runner.temp }}" >> $GITHUB_ENV
echo "ANDROID_NDK_LATEST_HOME=$ANDROID_NDK_LATEST_HOME"
ls -l $ANDROID_HOME/ndk
Expand Down

0 comments on commit f512ed2

Please sign in to comment.