Skip to content

Commit b2c5ab1

Browse files
committed
fix bash
1 parent fb589e4 commit b2c5ab1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)