This commit is contained in:
Brian Yu
2026-02-04 22:39:28 -08:00
parent a8663396b9
commit f5570f2d96

View File

@@ -11,7 +11,7 @@ rustup component add clippy
# Install helper tools used by the workspace justfile:
cargo install just
# Optional: install nextest for the `just test` helper
cargo install cargo-nextest
cargo install --locked cargo-nextest
# Build Codex.
cargo build