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 1636b5d commit 987b251Copy full SHA for 987b251
.github/workflows/pull_request.yml
@@ -108,7 +108,9 @@ jobs:
108
android-sdk:
109
name: Android Swift SDK
110
# Workaround https://github.com/nektos/act/issues/1875
111
- uses: apple/swift-nio/.github/workflows/android_sdk.yml@main
+ uses: swift-android-sdk/swift-nio/.github/workflows/android_sdk.yml@main
112
+ # FIXME: restore this from swift-android-sdk to apple
113
+ #uses: apple/swift-nio/.github/workflows/android_sdk.yml@main
114
115
release-builds:
116
name: Release builds
0 commit comments