Skip to content

Commit cb50355

Browse files
authored
[workflow] do not use special android ref for scf (#866)
everything is now merged into main.
1 parent 0d37658 commit cb50355

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/swift-toolchain.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2069,19 +2069,11 @@ jobs:
20692069
path: ${{ github.workspace }}/SourceCache/swift-corelibs-libdispatch
20702070
show-progress: false
20712071
- uses: actions/checkout@v4
2072-
if: matrix.os != 'Android'
20732072
with:
20742073
repository: apple/swift-corelibs-foundation
20752074
ref: ${{ inputs.swift_corelibs_foundation_revision }}
20762075
path: ${{ github.workspace }}/SourceCache/swift-corelibs-foundation
20772076
show-progress: false
2078-
- uses: actions/checkout@v4
2079-
if: matrix.os == 'Android'
2080-
with:
2081-
repository: hyp/swift-corelibs-foundation
2082-
ref: eng/recore-android-build
2083-
path: ${{ github.workspace }}/SourceCache/swift-corelibs-foundation
2084-
show-progress: false
20852077
- uses: actions/checkout@v4
20862078
with:
20872079
repository: apple/swift-foundation

0 commit comments

Comments
 (0)