ci: make cache hash independent of input parameter

This commit is contained in:
Adrian 2022-04-05 08:28:45 +02:00 committed by Pete Johanson
parent b7771fbdd2
commit 142d518734
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ jobs:
zephyr/
bootloader/
zmk/
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('${{ inputs.config_path }}/west.yml') }}
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/west.yml', '**/build.yaml') }}
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-
${{ runner.os }}-build-