mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-22 09:18:55 +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: 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…
Add table
Add a link
Reference in a new issue