mirror of
https://github.com/openai/codex.git
synced 2026-09-15 12:08:01 +00:00
24 lines
449 B
TOML
24 lines
449 B
TOML
# THIS IS AUTOGENERATED. DO NOT EDIT MANUALLY
|
|
version = 1
|
|
name = "codex-cli"
|
|
|
|
[setup]
|
|
script = '''
|
|
cd codex-rs
|
|
|
|
rustup component add rustfmt
|
|
rustup component add clippy
|
|
# Install helper tools used by the workspace justfile:
|
|
cargo install --locked just
|
|
# Optional: install nextest for the `just test` helper
|
|
cargo install --locked cargo-nextest
|
|
|
|
# Fetch deps to make building faster.
|
|
cargo fetch
|
|
'''
|
|
|
|
[[actions]]
|
|
name = ""
|
|
icon = "tool"
|
|
command = ""
|