Enable caching

This commit is contained in:
Pranav Gaddamadugu 2024-03-28 10:48:47 -07:00
parent acb5b612fe
commit 90fa030154

View File

@ -100,7 +100,7 @@ jobs:
RUSTC_WRAPPER: sccache
SCCACHE_CACHE_SIZE: 2G
SCCACHE_DIR: /Users/runner/Library/Caches/Mozilla.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: Xcode Select
uses: maxim-lobanov/setup-xcode@v1