Skip to content

Commit 84e885a

Browse files
committed
Fix Yams version checkout
1 parent ef3f51e commit 84e885a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ groupend
165165
groupstart "Fetching yams"
166166
pushd swift-project >/dev/null
167167
[[ -d yams ]] || git clone ${github}jpsim/Yams.git yams
168-
pushd libxml2 >/dev/null 2>&1
168+
pushd yams >/dev/null 2>&1
169169
git checkout ${YAMS_VERSION}
170170
popd >/dev/null 2>&1
171171
popd >/dev/null

0 commit comments

Comments
 (0)