File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ jobs:
177177 run : " swift test"
178178
179179 build-swift-android :
180- name : Build (Swift/ Android) (${{ matrix.os_version }} swift:${{ matrix.swift_version }} jdk:${{matrix.jdk_vendor}})
180+ name : Sample SwiftJavaExtractJNISampleApp ( Android) (${{ matrix.os_version }} swift:${{ matrix.swift_version }} jdk:${{matrix.jdk_vendor}} android:${{matrix.sdk_triple }})
181181 runs-on : ubuntu-latest
182182 strategy :
183183 fail-fast : false
@@ -195,8 +195,8 @@ jobs:
195195 uses : ./.github/actions/prepare_env
196196 - name : Install Swift SDK for Android and build
197197 run : |
198- apt-get -q update && apt-get -yq install curl
199- cd Samples/SwiftJavaExtractJNISampleApp \
198+ apt-get -q update && apt-get -yq install curl \
199+ cd Samples/SwiftJavaExtractJNISampleApp
200200 curl -s --retry 3 https://raw.githubusercontent.com/swiftlang/github-workflows/refs/heads/main/.github/workflows/scripts/install-and-build-with-sdk.sh | \
201201 bash -s -- --android --build-command="swift build" --android-sdk-triple="${{ matrix.sdk_triple }}" --android-ndk-version="${{ matrix.ndk_version }}" ${{ matrix.swift_version }}
202202
You can’t perform that action at this time.
0 commit comments