Skip to content

Commit 8336d10

Browse files
committed
GHA: fork swift-testing for Android fixes
Pull the future main branch for Android fixes.
1 parent e6a8682 commit 8336d10

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/swift-toolchain.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1893,11 +1893,19 @@ jobs:
18931893
path: ${{ github.workspace }}/SourceCache/swift-corelibs-xctest
18941894
show-progress: false
18951895
- uses: actions/checkout@v4
1896+
if: matrix.os != 'Android'
18961897
with:
18971898
repository: swiftlang/swift-testing
18981899
ref: ${{ inputs.swift_testing_revision }}
18991900
path: ${{ github.workspace }}/SourceCache/swift-testing
19001901
show-progress: false
1902+
- uses: actions/checkout@v4
1903+
if: matrix.os == 'Android'
1904+
with:
1905+
repository: swiftlang/swift-testing
1906+
ref: main-next
1907+
path: ${{ github.workspace }}/SourceCache/swift-testing
1908+
show-progress: false
19011909

19021910
- run: |
19031911
$RTLPath = cygpath -w ${{ github.workspace }}/BinaryCache/Library/Developer/Platforms/Windows.platform/Developer/SDKs/Windows.sdk/usr/bin

0 commit comments

Comments
 (0)