Skip to content

Commit 60c3370

Browse files
committed
Check out Yams for Swift 6.1.1 build
1 parent 53aa633 commit 60c3370

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

swift-ci/sdks/android/scripts/fetch-source.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,11 @@ fi
158158
popd >/dev/null
159159
groupend
160160

161+
# Fetch yams (needed for Swift 6.1.1)
162+
groupstart "Fetching yams"
163+
[[ -d yams ]] || git clone ${github}jpsim/Yams.git yams
164+
groupend
165+
161166
# Fetch libxml2
162167
groupstart "Fetching libxml2"
163168
[[ -d libxml2 ]] || git clone ${github}GNOME/libxml2.git

0 commit comments

Comments
 (0)