We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2c5ab1 commit 41c7061Copy full SHA for 41c7061
.github/workflows/pull_request.yml
@@ -195,7 +195,7 @@ jobs:
195
uses: ./.github/actions/prepare_env
196
- name: Install Swift SDK for Android and build
197
run: |
198
- apt-get -q update && apt-get -yq install curl \
+ apt-get -q update && apt-get -yq install curl
199
cd Samples/SwiftJavaExtractJNISampleApp
200
curl -s --retry 3 https://raw.githubusercontent.com/swiftlang/github-workflows/refs/heads/main/.github/workflows/scripts/install-and-build-with-sdk.sh | \
201
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