Skip to content

Commit 491d5ea

Browse files
committed
android build
1 parent 1770152 commit 491d5ea

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
@@ -138,6 +138,19 @@ jobs:
138138
- name: Build
139139
run: swift build --swift-sdk x86_64-swift-linux-musl
140140

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+
141154
windows_swift_6_1:
142155
runs-on: windows-latest
143156
steps:

0 commit comments

Comments
 (0)