Skip to content

Commit 8d92271

Browse files
committed
Update CI
1 parent f4ba1d4 commit 8d92271

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -569,8 +569,7 @@ install_android_sdk() {
569569
fi
570570

571571
# now setup the link to the local ANDROID_NDK_HOME
572-
cd ${HOME}/.config/swiftpm
573-
./swift-sdks/${android_sdk_bundle_dir}/swift-android/scripts/setup-android-sdk.sh
572+
${HOME}/.config/swiftpm/swift-sdks/${android_sdk_bundle_dir}/swift-android/scripts/setup-android-sdk.sh
574573
}
575574

576575
install_static_linux_sdk() {

0 commit comments

Comments
 (0)