CI: remove redundant save cache step (#33052)
remove
old-commit-hash: 3446941107
This commit is contained in:
parent
2c010fe5a8
commit
e02af37ac8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue