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