We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c883157 commit 94a424bCopy full SHA for 94a424b
action.yml
@@ -229,7 +229,7 @@ runs:
229
# can set latest, which is currently 28. See:
230
# https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md#environment-variables-2
231
# https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md#environment-variables-1
232
- echo "ANDROID_NDK_HOME={ANDROID_NDK_LATEST_HOME}" >> $GITHUB_ENV
+ echo "ANDROID_NDK_HOME=${ANDROID_NDK_LATEST_HOME}" >> $GITHUB_ENV
233
elif [[ "${NDK_VERSION}" != '' ]]; then
234
# we can set ndk-version to "27" or "27.0" or "27.2.12479018"
235
NDK_BASE=$(dirname "${ANDROID_NDK_HOME}")
0 commit comments