We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 954726a commit f2d7160Copy full SHA for f2d7160
1 file changed
.github/workflows/scripts/install-and-build-with-sdk.sh
@@ -677,7 +677,7 @@ install_android_sdk() {
677
log "Android NDK $android_ndk_version did not match $(grep "Pkg.ReleaseName" "$ANDROID_NDK_HOME/source.properties")"
678
# Check if the correct NDK is already cached in the same directory, as
679
# it often is on GitHub runners, and use it if so
680
- local foo="$(ls $ANDROID_NDK_HOME/..)
+ local foo="$(ls $ANDROID_NDK_HOME/..)"
681
local goo=$(echo $android_ndk_version | tr -d "[:alpha:]")
682
local try_ndk_path=$(find "${ANDROID_NDK_HOME}/.." -name "$(echo "$android_ndk_version" | tr -d "[:alpha:]")*" -maxdepth 1)
683
log "looking in $foo for $try_ndk_path with $goo"
0 commit comments