Skip to content

Commit 75bbcee

Browse files
authored
[gha workflow] use tot android swift-foundation (#819)
1 parent 1a56098 commit 75bbcee

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
@@ -1874,19 +1874,11 @@ jobs:
18741874
path: ${{ github.workspace }}/SourceCache/swift-corelibs-foundation
18751875
show-progress: false
18761876
- uses: actions/checkout@v4
1877-
if: matrix.os != 'Android'
18781877
with:
18791878
repository: apple/swift-foundation
18801879
ref: ${{ inputs.swift_foundation_revision }}
18811880
path: ${{ github.workspace }}/SourceCache/swift-foundation
18821881
show-progress: false
1883-
- uses: actions/checkout@v4
1884-
if: matrix.os == 'Android'
1885-
with:
1886-
repository: hyp/swift-foundation
1887-
ref: android-wmo-merged
1888-
path: ${{ github.workspace }}/SourceCache/swift-foundation
1889-
show-progress: false
18901882
- uses: actions/checkout@v4
18911883
with:
18921884
repository: apple/swift-foundation-icu

0 commit comments

Comments
 (0)