File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 9494
9595 ARTIFACT_PATH=$(realpath ${WORKDIR}/products/*.artifactbundle.tar.gz)
9696 echo "artifact-path=${ARTIFACT_PATH}" >> $GITHUB_OUTPUT
97- echo "sdk-id=x86_64-unknown-linux-android23 " >> $GITHUB_OUTPUT
97+ echo "sdk-id=x86_64-unknown-linux-android24 " >> $GITHUB_OUTPUT
9898
9999 ARTIFACT_EXT=".artifactbundle.tar.gz"
100100 ARTIFACT_NAME="$(basename ${ARTIFACT_PATH} ${ARTIFACT_EXT})"
@@ -194,3 +194,17 @@ jobs:
194194 installed-sdk : ${{ steps.info.outputs.sdk-id }}
195195 installed-swift : ${{ steps.info.outputs.swift-root }}
196196
197+ - name : Checkout swift-nio
198+ if : ${{ matrix.runner != 'self-hosted' }}
199+ uses : actions/checkout@v4
200+ with :
201+ repository : apple/swift-nio
202+ path : swift-nio
203+ - name : Test swift-nio
204+ if : ${{ matrix.runner != 'self-hosted' }}
205+ uses : skiptools/swift-android-action@main
206+ with :
207+ package-path : swift-nio
208+ installed-sdk : ${{ steps.info.outputs.sdk-id }}
209+ installed-swift : ${{ steps.info.outputs.swift-root }}
210+
You can’t perform that action at this time.
0 commit comments