From 44afa2f4dc864d2ecd0159c1ce291aa87b577ef7 Mon Sep 17 00:00:00 2001 From: 0o-de-lally <1364012+0o-de-lally@users.noreply.github.com> Date: Mon, 6 Jan 2025 13:01:19 -0500 Subject: [PATCH] test add sccache --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b4fca6119..82eea7ec5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -216,6 +216,9 @@ jobs: cache-all-crates: true cache-on-failure: true + - name: Run sccache-cache + uses: mozilla-actions/sccache-action + - uses: actions/download-artifact@v4.1.2 with: name: framework-build