From 33cf9e68dd3b77d198983b0b6baa7edd1b3b787e Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Tue, 7 May 2024 18:33:23 -0400 Subject: [PATCH] CI: Use the correct value for the toolchain ccache primary key --- .github/actions/cache-restore/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/cache-restore/action.yml b/.github/actions/cache-restore/action.yml index b0b53842fc7..de59105a48e 100644 --- a/.github/actions/cache-restore/action.yml +++ b/.github/actions/cache-restore/action.yml @@ -48,7 +48,7 @@ outputs: value: ${{ steps.serenity-ccache.outputs.cache-primary-key }} toolchain_ccache_primary_key: description: 'Primary key for the Toolchain ccache' - value: ${{ steps.toolchain-ccache.outputs.cache-hit }} + value: ${{ steps.toolchain-ccache.outputs.cache-primary-key }} toolchain_prebuilt_primary_key: description: 'Primary key for the toolchain cache' value: ${{ steps.toolchain-prebuilt.outputs.cache-primary-key }}