Skip to content

Commit

Permalink
CI: Use the correct value for the toolchain ccache primary key
Browse files Browse the repository at this point in the history
  • Loading branch information
trflynn89 authored and ADKaster committed May 8, 2024
1 parent 323c9ed commit 33cf9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/cache-restore/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 33cf9e6

Please sign in to comment.