mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 20:03:53 +08:00
ci: enable cache by default (#35121)
* enable cache for Mac brew and scons * bump * save cache by default, explicitly opt-out * Delete bump-ci --------- Co-authored-by: Maxime Desroches <desroches.maxime@gmail.com>
This commit is contained in:
2
.github/workflows/auto-cache/action.yaml
vendored
2
.github/workflows/auto-cache/action.yaml
vendored
@@ -12,7 +12,7 @@ inputs:
|
||||
required: true
|
||||
save:
|
||||
description: 'whether to save the cache'
|
||||
default: 'false'
|
||||
default: 'true'
|
||||
required: false
|
||||
outputs:
|
||||
cache-hit:
|
||||
|
||||
Reference in New Issue
Block a user