File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 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
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 : |
You can’t perform that action at this time.
0 commit comments