chore(workflows): update RUST_CACHE_VERSION in release-stable-manual.yml to invalidate stale Rust build artifacts

This commit is contained in:
simianastronaut 2026-03-12 16:51:15 -04:00
parent d2b923ae07
commit 8f8b8d75f9

View File

@ -79,6 +79,10 @@ jobs:
needs: [validate, web]
runs-on: ${{ matrix.os }}
timeout-minutes: 40
env:
# Bump this to invalidate stale Rust build artifacts tied to an older/newer glibc.
# Prevents cached build-script binaries (e.g., libc) from being reused across runner image changes.
RUST_CACHE_VERSION: v2
strategy:
fail-fast: false
matrix: