Files
opendbc-meb/.github/workflows/cache/action.yaml
Shane Smiskol 7cfdb8fab9 Clean up CI caching (#2293)
* chat is this true?

* wtf is this

* try this

* replace

* use on missing jobs to speed up again

* rename

* we already installed in setup

* remove cd
2025-05-23 21:31:32 -07:00

10 lines
289 B
YAML

name: 'Restore cache'
runs:
using: "composite"
steps:
- name: Restore cached cppcheck
uses: actions/cache@v4
with:
path: opendbc/safety/tests/misra/cppcheck/
key: cppcheck-cache-${{ runner.os }}-${{ hashFiles('opendbc/safety/tests/misra/install.sh') }}