Skip to content

Commit 943b9cb

Browse files
authored
Update GettingStarted.md with workaround for icu error
1 parent 9caf750 commit 943b9cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/HowToGuides/GettingStarted.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ toolchain as a one-off, there are a couple of differences:
135135
- Before running `update-checkout`, double-check that `swift` is the only
136136
repository inside the `swift-project` directory. Otherwise,
137137
`update-checkout` may not clone the necessary dependencies.
138+
- Running `update-checkout` may fail if the `git-lfs` dependency is not
139+
installed. This may report as an error related to `icu`. A workaround is
140+
passing `--skip-repository icu` to `update-checkout`.
138141
139142
## Installing dependencies
140143

0 commit comments

Comments
 (0)