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