diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 81b65c7daf..60f798c210 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -12,6 +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 steps: - name: Checkout uses: actions/checkout@v2 @@ -66,4 +67,4 @@ jobs: run: sccache --show-stats - name: Stop sccache server - run: sccache --stop-server || true \ No newline at end of file + run: sccache --stop-server || true