chore: for release build, build specific targets instead of --all-targets

This commit is contained in:
Michael Bolin
2025-07-22 14:07:50 -07:00
parent afb94dee66
commit b6c6745aab

View File

@@ -93,7 +93,7 @@ jobs:
sudo apt install -y musl-tools pkg-config
- name: Cargo build
run: cargo build --target ${{ matrix.target }} --release --all-targets --all-features
run: cargo build --target ${{ matrix.target }} --release --bin codex --bin codex-exec --bin codex-linux-sandbox
- name: Stage artifacts
shell: bash