-
Notifications
You must be signed in to change notification settings - Fork 584
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install NDK r21 on GitHub Actions #3961
Conversation
Unit Test Results 391 files + 391 391 suites +391 16m 36s ⏱️ + 16m 36s For more details on these failures, see this check. Results for commit 724021e. ± Comparison against base commit 8cc5d4a. ♻️ This comment has been updated with latest results. |
Coverage Report 1This report is too large (203,456 characters) to be displayed here in a GitHub comment. Please use the below link to see the full report on Google Cloud Storage.Test Logs
Notes |
Size Report 1Affected ProductsNo changes between base commit (8cc5d4a) and merge commit (4a0b0e6).Test Logs
Notes |
5a6f9d8
to
724021e
Compare
SDKMANAGER=${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager | ||
echo "y" | $SDKMANAGER "ndk;21.4.7075529" | ||
ln -sfn ${ANDROID_SDK_ROOT}/ndk/21.4.7075529 ${ANDROID_NDK_ROOT} | ||
echo "ANDROID_NDK_HOME=${ANDROID_NDK_ROOT}" >> $GITHUB_ENV |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is new, why do we need this GITHUB_ENV
line?
/retest |
/test check-changed |
1 similar comment
/test check-changed |
NDK r21 is no longer provided by default on GitHub Actions. actions/runner-images#5930
NDK r21 is no longer provided by default on GitHub Actions.
actions/runner-images#5930