Skip to content

Commit b850282

Browse files
Adapt to swiftlang/github-workflows changes (#208)
1 parent ae4b50f commit b850282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
macos_build_command: 'xcrun swift-format lint -s -r --configuration ./.swift-format . && xcrun swift test && xcrun swift test -c release && xcrun swift test --disable-default-traits'
4040
enable_linux_static_sdk_build: true
4141
enable_android_sdk_build: true
42-
android_ndk_version: '["r27d", "r29"]'
42+
android_ndk_versions: '["r27d", "r29"]'
4343
linux_static_sdk_versions: '["6.1", "nightly-6.2"]'
4444
linux_static_sdk_build_command: |
4545
for triple in aarch64-swift-linux-musl x86_64-swift-linux-musl ; do

0 commit comments

Comments
 (0)