Refresh CI cache

This commit is contained in:
Pranav Gaddamadugu 2024-03-28 10:34:35 -07:00
parent bcab1fc864
commit 02030fd60b

View File

@ -27,7 +27,7 @@ jobs:
RUSTC_WRAPPER: sccache
SCCACHE_CACHE_SIZE: 2G
SCCACHE_DIR: ${{ matrix.sccache-path }}
# SCCACHE_RECACHE: 1 # Uncomment this to clear cache, then comment it back out
SCCACHE_RECACHE: 1 # Uncomment this to clear cache, then comment it back out
steps:
- name: Checkout
uses: actions/checkout@v2
@ -334,4 +334,4 @@ jobs:
run: sccache --show-stats
- name: Stop sccache server
run: sccache --stop-server || true
run: sccache --stop-server || true