Skip to content

Commit

Permalink
Update CI to use Swift 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
finagolfin committed May 19, 2021
1 parent ceb9e64 commit e970b39
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/sdks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: |
wget https://github.com/buttaface/swift-android-sdk/releases/download/5.3.1/swift-android-aarch64-24-sdk.tar.xz
tar xf swift-android-aarch64-24-sdk.tar.xz
ln -sf /usr/share/swift/usr/lib/swift/clang swift-android-aarch64-24-sdk/usr/lib/swift/clang
wget https://github.com/buttaface/swift-android-sdk/releases/download/5.4/swift-5.4-android-aarch64-24-sdk.tar.xz
tar xf swift-5.4-android-aarch64-24-sdk.tar.xz
ln -sf /usr/share/swift/usr/lib/swift/clang swift-5.4-android-aarch64-24-sdk/usr/lib/swift/clang
sed -i 's%/home/butta/swift/swift-5.3.1-RELEASE-ubuntu20.04/usr/bin%/usr/local/bin%' android-aarch64.json
sed -i "s%/home/butta/swift/swift-android%`pwd`/swift-android%" android-aarch64.json
sed -i "s%/home/butta/swift/swift-android%`pwd`/swift-5.4-android%" android-aarch64.json
sed -i 's%/home/butta/swift/android-ndk-r21d%/usr/local/lib/android/sdk/ndk-bundle%' android-aarch64.json
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
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
cat android-aarch64.json
git clone https://github.com/apple/swift-argument-parser.git
cd swift-argument-parser
Expand Down

0 comments on commit e970b39

Please sign in to comment.