Skip to content

Commit 9b50642

Browse files
committed
ci: manually point ANDROID_NDK_ROOT to latest supplied version
It seems the symlink to `ndk-bundle` and this environment variable pointing to it have been removed to prevent the sdkmanager from failing, when finding the SDK setup to be in an "indeterminate" state. It is now up to the users themselves to install an NDK through that tool or point the right variables to a preinstalled "latest" NDK. actions/runner-images#2689 actions/runner-images#5926
1 parent 5a0bad1 commit 9b50642

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
push:
66
branches: [master]
77

8+
env:
9+
ANDROID_NDK_ROOT: ${{ env.ANDROID_NDK_LATEST_HOME }}
10+
811
jobs:
912
Check_Formatting:
1013
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)