Skip to content

Commit 94a424b

Browse files
committed
Fix ANDROID_NDK_HOME for ndk-version=latest
1 parent c883157 commit 94a424b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ runs:
229229
# can set latest, which is currently 28. See:
230230
# https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md#environment-variables-2
231231
# 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
232+
echo "ANDROID_NDK_HOME=${ANDROID_NDK_LATEST_HOME}" >> $GITHUB_ENV
233233
elif [[ "${NDK_VERSION}" != '' ]]; then
234234
# we can set ndk-version to "27" or "27.0" or "27.2.12479018"
235235
NDK_BASE=$(dirname "${ANDROID_NDK_HOME}")

0 commit comments

Comments
 (0)