Compare commits

...

1 Commits

Author SHA1 Message Date
Michael Bolin
991dff837e fix: stop using actions/cache@v4 for release builds 2025-08-28 23:20:21 -07:00

View File

@@ -79,15 +79,6 @@ jobs:
with:
targets: ${{ matrix.target }}
- uses: actions/cache@v4
with:
path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
${{ github.workspace }}/codex-rs/target/
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