mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 09:21:57 -05:00
Meta: Replace one more matrix.arch with inputs.arch
This commit is contained in:
parent
7db58cc8bc
commit
702d1a5a77
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
|
@ -108,7 +108,7 @@ runs:
|
|||
id: 'jakt-prebuilt'
|
||||
with:
|
||||
path: ${{ inputs.jakt_toolchain_cache_path }}
|
||||
key: toolchain-${{ runner.os }}-jakt-toolchain-${{ matrix.arch }}-${{ steps.toolchain-stamps.outputs.toolchain_stamp }}
|
||||
key: toolchain-${{ runner.os }}-jakt-toolchain-${{ inputs.arch }}-${{ steps.toolchain-stamps.outputs.toolchain_stamp }}
|
||||
|
||||
- name: 'Toolchain Compiler Cache'
|
||||
uses: actions/cache/restore@v4
|
||||
|
|
Loading…
Reference in a new issue