fix(ci): scope rust-cache by OS image in stable release workflow (#3711)
Same glibc cache mismatch fix as the beta workflow — ubuntu-22.04 builds must not share cached build-script binaries with ubuntu-latest (24.04).
This commit is contained in:
parent
5ddea82789
commit
8153992a11
2
.github/workflows/release-stable-manual.yml
vendored
2
.github/workflows/release-stable-manual.yml
vendored
@ -190,6 +190,8 @@ jobs:
|
||||
targets: ${{ matrix.target }}
|
||||
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
|
||||
if: runner.os != 'Windows'
|
||||
with:
|
||||
prefix-key: ${{ matrix.os }}-${{ matrix.target }}
|
||||
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user