mirror of
https://github.com/infiniteCable2/opendbc.git
synced 2026-02-23 15:43:52 +08:00
* 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
10 lines
289 B
YAML
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') }}
|