Skip to content

Commit 41c7061

Browse files
committed
fix bash again...
1 parent b2c5ab1 commit 41c7061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ 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 \
198+
apt-get -q update && apt-get -yq install curl
199199
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 }}

0 commit comments

Comments
 (0)