Skip to content

Commit a430110

Browse files
committed
Lint fixes and better location of swift-sdks install location
1 parent b61be5e commit a430110

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

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

571571
# now setup the link to the local ANDROID_NDK_HOME
572-
cd ~/Library/org.swift.swiftpm || cd "${XDG_CONFIG_HOME}"/swiftpm || cd ~/.local/swiftpm || cd ~/.swiftpm
572+
cd ~/Library/org.swift.swiftpm || cd "${XDG_CONFIG_HOME:-$HOME}"/swiftpm || cd ~/.local/swiftpm || cd ~/.swiftpm
573573
./swift-sdks/"${android_sdk_bundle_dir}"/swift-android/scripts/setup-android-sdk.sh
574574
cd -
575575
}

.github/workflows/test-sdks.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
swift_version: ['nightly-main']
16-
#swift_version: ['6.1', '6.2']
1716
os: ['ubuntu-latest']
1817
runs-on: ubuntu-latest
1918
timeout-minutes: 60

0 commit comments

Comments
 (0)