File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,19 @@ jobs:
138
138
- name : Build
139
139
run : swift build --swift-sdk x86_64-swift-linux-musl
140
140
141
+ linux_swift_6_1_android :
142
+ runs-on : ubuntu-latest
143
+ container : swift:6.1.2
144
+ steps :
145
+ - name : Checkout
146
+ uses : actions/checkout@v4
147
+ - name : Version
148
+ run : swift --version
149
+ - name : Install SDK
150
+ 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
151
+ - name : Build
152
+ run : swift build --swift-sdk aarch64-unknown-linux-android24
153
+
141
154
windows_swift_6_1 :
142
155
runs-on : windows-latest
143
156
steps :
You can’t perform that action at this time.
0 commit comments