Skip to content

Commit 987b251

Browse files
committed
Fix script location
1 parent 1636b5d commit 987b251

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,9 @@ jobs:
108108
android-sdk:
109109
name: Android Swift SDK
110110
# Workaround https://github.com/nektos/act/issues/1875
111-
uses: apple/swift-nio/.github/workflows/android_sdk.yml@main
111+
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
112114

113115
release-builds:
114116
name: Release builds

0 commit comments

Comments
 (0)