File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -123,8 +123,15 @@ jobs:
123123
124124 android :
125125 runs-on : ubuntu-latest
126+ container : swift:6.0.3
126127 steps :
127128 - name : Checkout
128129 uses : actions/checkout@v4
129- - name : Build and Test
130- uses : skiptools/swift-android-action@v2
130+ - name : Version
131+ run : swift --version
132+ - name : Install SDK
133+ run : swift sdk install https://github.com/finagolfin/swift-android-sdk/releases/download/6.0.3/swift-6.0.3-RELEASE-android-24-0.1.artifactbundle.tar.gz --checksum 4566f23ae2d36dc5c02e915cd67d83b2af971faca4b2595fdd75cf0286acfac1
134+ - name : Build
135+ run : swift build --build-tests --swift-sdk aarch64-unknown-linux-android24
136+ - name : Test
137+ run : swift test --skip-build --swift-sdk aarch64-unknown-linux-android24
You can’t perform that action at this time.
0 commit comments