Skip to content

Commit ff77c9b

Browse files
committed
Fix install script arguments
1 parent ebd4268 commit ff77c9b

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
@@ -9,6 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12+
swift_version: ['nightly-main']
1213
include:
1314
- name: 'macOS 15 X64 API 28'
1415
os: 'macos-15-intel'
@@ -149,7 +150,7 @@ jobs:
149150
run: |
150151
#curl -s --retry 3 https://raw.githubusercontent.com/swiftlang/github-workflows/refs/heads/main/.github/workflows/scripts/install-and-build-with-sdk.sh | \
151152
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 | \
152-
bash -s -- --android --flags="$BUILD_FLAGS" --build-command="${{ inputs.android_sdk_build_command }}" --android-sdk-triple="${{ inputs.android_sdk_triple }}" --android-ndk-version="${{ inputs.android_ndk_version }}" ${{ matrix.swift_version }}
153+
bash -s -- --android --flags="$BUILD_FLAGS" --android-sdk-triple="${{ inputs.android_sdk_triple }}" --android-ndk-version="${ANDROID_NDK_VERSION}" ${{ matrix.swift_version }}
153154
154155
- name: Check Swift Package
155156
run: |

0 commit comments

Comments
 (0)