ci: share base cache key

This commit is contained in:
Ramon Roche
2024-08-19 12:26:45 -07:00
parent 2640c22844
commit 86a2409247
+2 -2
View File
@@ -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: |