From 90fa030154eea93ce932938f3940c5f4c9c3dd7b Mon Sep 17 00:00:00 2001 From: Pranav Gaddamadugu <23022326+d0cd@users.noreply.github.com> Date: Thu, 28 Mar 2024 10:48:47 -0700 Subject: [PATCH] Enable caching --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8a06dd092..9e608bbb9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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