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 8d92271 commit 7761637Copy full SHA for 7761637
.github/workflows/test-sdks.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Build Android
24
run: |
25
curl -s --retry 3 https://raw.githubusercontent.com/swift-android-sdk/github-workflows/refs/heads/android-workflow/.github/workflows/scripts/install-and-build-with-sdk.sh | \
26
- bash -s -- --android --flags="$BUILD_FLAGS" --android-sdk-triple=aarch64-unknown-linux-android28 ${{ matrix.swift_version }}
+ bash -s -- --android --flags="--static-swift-stdlib" --android-sdk-triple=x86_64-unknown-linux-android28 ${{ matrix.swift_version }}
27
- name: Check Binary
28
run: file .build/debug/hello
29
0 commit comments