mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
CI: Use the correct value for the toolchain ccache primary key
This commit is contained in:
parent
323c9edbb9
commit
33cf9e68dd
Notes:
sideshowbarker
2024-07-17 22:09:47 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/33cf9e68dd Pull-request: https://github.com/SerenityOS/serenity/pull/24263 Reviewed-by: https://github.com/ADKaster
1 changed files with 1 additions and 1 deletions
2
.github/actions/cache-restore/action.yml
vendored
2
.github/actions/cache-restore/action.yml
vendored
|
@ -48,7 +48,7 @@ outputs:
|
||||||
value: ${{ steps.serenity-ccache.outputs.cache-primary-key }}
|
value: ${{ steps.serenity-ccache.outputs.cache-primary-key }}
|
||||||
toolchain_ccache_primary_key:
|
toolchain_ccache_primary_key:
|
||||||
description: 'Primary key for the Toolchain ccache'
|
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:
|
toolchain_prebuilt_primary_key:
|
||||||
description: 'Primary key for the toolchain cache'
|
description: 'Primary key for the toolchain cache'
|
||||||
value: ${{ steps.toolchain-prebuilt.outputs.cache-primary-key }}
|
value: ${{ steps.toolchain-prebuilt.outputs.cache-primary-key }}
|
||||||
|
|
Loading…
Reference in a new issue