diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index efe80056..d7b94b36 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -48,7 +48,10 @@ jobs: forest-sync-check: if: ${{ contains(github.event.pull_request.labels.*.name, 'Release') }} name: forest calibnet sync check - runs-on: buildjet-8vcpu-ubuntu-2004 + runs-on: fuzzy + env: + # Use local filesystem of `fuzzy` for caching + SCCACHE_GHA_ENABLED: "false" steps: - uses: actions/checkout@v4 - name: Setup sccache