From dfd87e730c9b8b7ac74c38b4a084f7434bcbf90b Mon Sep 17 00:00:00 2001 From: discountchubbs Date: Thu, 13 Aug 2026 15:16:13 -0700 Subject: [PATCH] im scared , this may be a bad idea lol --- .github/workflows/sunnypilot-build-model.yaml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/sunnypilot-build-model.yaml b/.github/workflows/sunnypilot-build-model.yaml index 5428d00999..616e0ea820 100644 --- a/.github/workflows/sunnypilot-build-model.yaml +++ b/.github/workflows/sunnypilot-build-model.yaml @@ -125,21 +125,6 @@ jobs: submodules: recursive - run: git lfs pull - - name: Cache SCons - uses: actions/cache@v4 - with: - path: ${{env.SCONS_CACHE_DIR}} - key: scons-${{ runner.os }}-${{ runner.arch }}-${{ github.head_ref || github.ref_name }}-model-${{ github.sha }} - # Note: GitHub Actions enforces cache isolation between different build sources (PR builds, workflow dispatches, etc.) - # for security. Only caches from the default branch are shared across all builds. This is by design and cannot be overridden. - restore-keys: | - scons-${{ runner.os }}-${{ runner.arch }}-${{ github.head_ref || github.ref_name }}-model - scons-${{ runner.os }}-${{ runner.arch }}-${{ github.head_ref || github.ref_name }} - scons-${{ runner.os }}-${{ runner.arch }}-${{ env.MASTER_NEW_BRANCH }}-model - scons-${{ runner.os }}-${{ runner.arch }}-${{ env.MASTER_BRANCH }}-model - scons-${{ runner.os }}-${{ runner.arch }}-${{ env.MASTER_NEW_BRANCH }} - scons-${{ runner.os }}-${{ runner.arch }}-${{ env.MASTER_BRANCH }} - scons-${{ runner.os }}-${{ runner.arch }} - name: Set environment variables id: set-env