Skip to content

Commit e970b39

Browse files
committed
Update CI to use Swift 5.4
1 parent ceb9e64 commit e970b39

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/sdks.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ jobs:
66
steps:
77
- uses: actions/checkout@v2
88
- run: |
9-
wget https://github.com/buttaface/swift-android-sdk/releases/download/5.3.1/swift-android-aarch64-24-sdk.tar.xz
10-
tar xf swift-android-aarch64-24-sdk.tar.xz
11-
ln -sf /usr/share/swift/usr/lib/swift/clang swift-android-aarch64-24-sdk/usr/lib/swift/clang
9+
wget https://github.com/buttaface/swift-android-sdk/releases/download/5.4/swift-5.4-android-aarch64-24-sdk.tar.xz
10+
tar xf swift-5.4-android-aarch64-24-sdk.tar.xz
11+
ln -sf /usr/share/swift/usr/lib/swift/clang swift-5.4-android-aarch64-24-sdk/usr/lib/swift/clang
1212
sed -i 's%/home/butta/swift/swift-5.3.1-RELEASE-ubuntu20.04/usr/bin%/usr/local/bin%' android-aarch64.json
13-
sed -i "s%/home/butta/swift/swift-android%`pwd`/swift-android%" android-aarch64.json
13+
sed -i "s%/home/butta/swift/swift-android%`pwd`/swift-5.4-android%" android-aarch64.json
1414
sed -i 's%/home/butta/swift/android-ndk-r21d%/usr/local/lib/android/sdk/ndk-bundle%' android-aarch64.json
15-
sed -i 's%/home/butta/swift/android-ndk-r21d%/usr/local/lib/android/sdk/ndk-bundle%' swift-android-aarch64-24-sdk/usr/lib/swift/android/aarch64/glibc.modulemap
15+
sed -i 's%/home/butta/swift/android-ndk-r21d%/usr/local/lib/android/sdk/ndk-bundle%' swift-5.4-android-aarch64-24-sdk/usr/lib/swift/android/aarch64/glibc.modulemap
1616
cat android-aarch64.json
1717
git clone https://github.com/apple/swift-argument-parser.git
1818
cd swift-argument-parser

0 commit comments

Comments
 (0)