Skip to content

Commit 13b9887

Browse files
committed
Swift 6.1.2 Android
1 parent d5bbfc5 commit 13b9887

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/build.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,19 @@ jobs:
111111
- name: Build
112112
run: swift build --swift-sdk x86_64-swift-linux-musl
113113

114+
linux_swift_6_1_android:
115+
runs-on: ubuntu-latest
116+
container: swift:6.1.2
117+
steps:
118+
- name: Checkout
119+
uses: actions/checkout@v4
120+
- name: Version
121+
run: swift --version
122+
- name: Install SDK
123+
run: swift sdk install https://github.com/finagolfin/swift-android-sdk/releases/download/6.1.2/swift-6.1.2-RELEASE-android-24-0.1.artifactbundle.tar.gz --checksum 6d817c947870e8c85e6cab9a6ab6d7313b50fa5a20b890c396723c0b16ab32d9
124+
- name: Build
125+
run: swift build --swift-sdk aarch64-unknown-linux-android24
126+
114127
windows_swift_6_1:
115128
runs-on: windows-latest
116129
steps:

0 commit comments

Comments
 (0)