Skip to content

Commit f2d7160

Browse files
committed
Fix log line
1 parent 954726a commit f2d7160

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/scripts/install-and-build-with-sdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ install_android_sdk() {
677677
log "Android NDK $android_ndk_version did not match $(grep "Pkg.ReleaseName" "$ANDROID_NDK_HOME/source.properties")"
678678
# Check if the correct NDK is already cached in the same directory, as
679679
# it often is on GitHub runners, and use it if so
680-
local foo="$(ls $ANDROID_NDK_HOME/..)
680+
local foo="$(ls $ANDROID_NDK_HOME/..)"
681681
local goo=$(echo $android_ndk_version | tr -d "[:alpha:]")
682682
local try_ndk_path=$(find "${ANDROID_NDK_HOME}/.." -name "$(echo "$android_ndk_version" | tr -d "[:alpha:]")*" -maxdepth 1)
683683
log "looking in $foo for $try_ndk_path with $goo"

0 commit comments

Comments
 (0)