We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65d4b44 + 6ca395c commit 935dcdeCopy full SHA for 935dcde
.github/workflows/build.yml
@@ -118,3 +118,16 @@ jobs:
118
run: swift sdk list
119
- name: Build
120
run: swift build --swift-sdk x86_64-swift-linux-musl
121
+
122
+ linux_swift_6_0_android:
123
+ runs-on: ubuntu-latest
124
+ container: swift:6.0.2
125
+ steps:
126
+ - name: Checkout
127
+ uses: actions/checkout@v4
128
+ - name: Version
129
+ run: swift --version
130
+ - name: Install SDK
131
+ run: swift sdk install https://github.com/finagolfin/swift-android-sdk/releases/download/6.0.2/swift-6.0.2-RELEASE-android-24-0.1.artifactbundle.tar.gz --checksum d75615eac3e614131133c7cc2076b0b8fb4327d89dce802c25cd53e75e1881f4
132
+ - name: Build
133
+ run: swift build --swift-sdk aarch64-unknown-linux-android24
0 commit comments