fix cargo build switch (#7948)
This commit is contained in:
parent
c978b6e222
commit
3d07cd6c0c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/rust-release.yml
vendored
1
.github/workflows/rust-release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue