From 3d07cd6c0ca9362964762fdba977a7fe920a3c6a Mon Sep 17 00:00:00 2001 From: iceweasel-oai Date: Fri, 12 Dec 2025 14:31:09 -0800 Subject: [PATCH] fix cargo build switch (#7948) --- .github/workflows/rust-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/rust-release.yml b/.github/workflows/rust-release.yml index 6a2ea357e..1656b8021 100644 --- a/.github/workflows/rust-release.yml +++ b/.github/workflows/rust-release.yml @@ -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