From 86a240924704dff44d56f78dd40a7ef22f1ae231 Mon Sep 17 00:00:00 2001 From: Ramon Roche Date: Mon, 19 Aug 2024 12:26:45 -0700 Subject: [PATCH] ci: share base cache key --- .github/workflows/build_all_targets.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_all_targets.yml b/.github/workflows/build_all_targets.yml index 32ce8e00be..6a072f6fb0 100644 --- a/.github/workflows/build_all_targets.yml +++ b/.github/workflows/build_all_targets.yml @@ -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: |