mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-13 01:47:35 +08:00
ci: share base cache key
This commit is contained in:
@@ -120,8 +120,8 @@ jobs:
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.ccache
|
||||
key: nuttx-base-0-ccache-${{ needs.group_targets.outputs.timestamp }}
|
||||
restore-keys: nuttx-base-0-ccache-${{ needs.group_targets.outputs.timestamp }}
|
||||
key: base-0-ccache-${{ needs.group_targets.outputs.timestamp }}
|
||||
restore-keys: base-0-ccache-${{ needs.group_targets.outputs.timestamp }}
|
||||
|
||||
- name: Cache Conf Config
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user