mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
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:
parent
9d986a8ab3
commit
7ee0a7d765
1 changed files with 1 additions and 1 deletions
2
.github/workflows/mac.yml
vendored
2
.github/workflows/mac.yml
vendored
|
@ -53,7 +53,7 @@ env:
|
||||||
RUST_BACKTRACE: 1
|
RUST_BACKTRACE: 1
|
||||||
SHELL: /bin/bash
|
SHELL: /bin/bash
|
||||||
# Increment this to purge the cache (https://github.com/mozilla/sccache/blob/main/docs/GHA.md)
|
# 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"
|
SCCACHE_GHA_ENABLED: "true"
|
||||||
RUSTC_WRAPPER: "sccache"
|
RUSTC_WRAPPER: "sccache"
|
||||||
CCACHE: "sccache"
|
CCACHE: "sccache"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue