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 @@ -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 :
You can’t perform that action at this time.
0 commit comments