Skip to content

Commit

Permalink
Update GettingStarted.md with workaround for icu error
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvoorden committed Jun 24, 2024
1 parent 9caf750 commit 943b9cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/HowToGuides/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ toolchain as a one-off, there are a couple of differences:
- Before running `update-checkout`, double-check that `swift` is the only
repository inside the `swift-project` directory. Otherwise,
`update-checkout` may not clone the necessary dependencies.
- Running `update-checkout` may fail if the `git-lfs` dependency is not
installed. This may report as an error related to `icu`. A workaround is
passing `--skip-repository icu` to `update-checkout`.

## Installing dependencies

Expand Down

0 comments on commit 943b9cb

Please sign in to comment.