Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ If the `semver-lock` CI check fails, regenerate locally and commit:
just semver-lock
```

If CI still rejects it (Foundry version mismatch), update your local Foundry first:
If CI still rejects it because of a Foundry version mismatch, install the repository-pinned toolchain:

```bash
foundryup
just semver-lock
mise install
mise exec -- just semver-lock
```

### setup and testing
Expand Down