CI: remove redundant save cache step (#33052)

remove
old-commit-hash: 3446941107
This commit is contained in:
Hoang Bui 2024-07-24 10:36:28 -07:00 committed by GitHub
parent 2c010fe5a8
commit e02af37ac8
1 changed files with 0 additions and 6 deletions

View File

@ -73,12 +73,6 @@ jobs:
scons-${{ runner.arch }}-ubuntu2004
- name: Building openpilot
run: uv run scons -u -j$(nproc)
- name: Saving scons cache
uses: actions/cache/save@v4
if: github.ref == 'refs/heads/master'
with:
path: /tmp/scons_cache
key: scons-${{ runner.arch }}-ubuntu2004-${{ env.CACHE_COMMIT_DATE }}-${{ github.sha }}
devcontainer:
name: devcontainer