File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -1893,11 +1893,19 @@ jobs:
1893
1893
path : ${{ github.workspace }}/SourceCache/swift-corelibs-xctest
1894
1894
show-progress : false
1895
1895
- uses : actions/checkout@v4
1896
+ if : matrix.os != 'Android'
1896
1897
with :
1897
1898
repository : swiftlang/swift-testing
1898
1899
ref : ${{ inputs.swift_testing_revision }}
1899
1900
path : ${{ github.workspace }}/SourceCache/swift-testing
1900
1901
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
1901
1909
1902
1910
- run : |
1903
1911
$RTLPath = cygpath -w ${{ github.workspace }}/BinaryCache/Library/Developer/Platforms/Windows.platform/Developer/SDKs/Windows.sdk/usr/bin
You can’t perform that action at this time.
0 commit comments