Skip to content

Commit 38fd9db

Browse files
committed
Fix install script arguments
1 parent 101b3fd commit 38fd9db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
ANDROID_CHANNEL: "3"
6565
ANDROID_NDK_VERSION: "r27d"
6666
SWIFT_VERSION: "nightly-main"
67+
BUILD_FLAGS: "--static-swift-stdlib"
6768

6869
steps:
6970
- name: Free Disk Space
@@ -82,7 +83,7 @@ jobs:
8283
run: |
8384
#curl -s --retry 3 https://raw.githubusercontent.com/swiftlang/github-workflows/refs/heads/main/.github/workflows/scripts/install-and-build-with-sdk.sh | \
8485
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 | \
85-
bash -s -- --android --flags="$BUILD_FLAGS" --android-sdk-triple="${{ inputs.android_sdk_triple }}" --android-ndk-version="${ANDROID_NDK_VERSION}" ${SWIFT_VERSION}
86+
bash -s -- --android --flags="$BUILD_FLAGS" --android-sdk-triple="${ANDROID_EMULATOR_ARCH_TRIPLE}-unknown-linux-android${ANDROID_API}" --android-ndk-version="${ANDROID_NDK_VERSION}" ${SWIFT_VERSION}
8687
8788
- name: Check Swift Package
8889
run: |

0 commit comments

Comments
 (0)