ci: purge MacOS specific caches (#34684)

To check if this helps with https://github.com/servo/servo/pull/34629

Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
Mukilan Thiyagarajan 2024-12-18 16:07:19 +05:30 committed by GitHub
parent 9d986a8ab3
commit 7ee0a7d765
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,7 +53,7 @@ env:
RUST_BACKTRACE: 1
SHELL: /bin/bash
# Increment this to purge the cache (https://github.com/mozilla/sccache/blob/main/docs/GHA.md)
SCCACHE_GHA_VERSION: 3
SCCACHE_GHA_VERSION: 4
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
CCACHE: "sccache"