Fix build break and build release (#2242)

Build release profile for one configuration.
This commit is contained in:
pakrym-oai
2025-08-12 15:56:45 -07:00
committed by GitHub
parent 12cf0dd868
commit 97a27ffc77
2 changed files with 18 additions and 6 deletions

View File

@@ -87,7 +87,7 @@ jobs:
~/.cargo/registry/cache/
~/.cargo/git/db/
${{ github.workspace }}/codex-rs/target/
key: cargo-release-${{ matrix.runner }}-${{ matrix.target }}-${{ hashFiles('**/Cargo.lock') }}
key: cargo-release-${{ matrix.runner }}-${{ matrix.target }}-release-${{ hashFiles('**/Cargo.lock') }}
- if: ${{ matrix.target == 'x86_64-unknown-linux-musl' || matrix.target == 'aarch64-unknown-linux-musl'}}
name: Install musl build tools