This commit is contained in:
Pranav Gaddamadugu 2024-03-29 13:02:19 -07:00
parent a5c649a138
commit baa9d00e18

View File

@ -12,7 +12,7 @@ jobs:
RUSTC_WRAPPER: sccache
SCCACHE_CACHE_SIZE: 2G
SCCACHE_DIR: /home/runner/.cache/sccache
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