CI: Use the correct value for the toolchain ccache primary key

This commit is contained in:
Timothy Flynn 2024-05-07 18:33:23 -04:00 committed by Andrew Kaster
parent 323c9edbb9
commit 33cf9e68dd
Notes: sideshowbarker 2024-07-17 22:09:47 +09:00

View File

@ -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 }}