fix cargo build switch (#7948)

This commit is contained in:
iceweasel-oai
2025-12-12 14:31:09 -08:00
committed by GitHub
parent c978b6e222
commit 3d07cd6c0c

View File

@@ -101,6 +101,7 @@ jobs:
sudo apt-get install -y musl-tools pkg-config
- name: Cargo build
shell: bash
run: |
if [[ "${{ contains(matrix.target, 'windows') }}" == 'true' ]]; then
cargo build --target ${{ matrix.target }} --release --bin codex --bin codex-responses-api-proxy --bin codex-windows-sandbox-setup --bin codex-command-runner