fix(ci): generalize path to west.yml

This commit is contained in:
elagil 2022-04-03 18:53:37 +02:00 committed by Pete Johanson
parent 0f70f40054
commit e676c79929
1 changed files with 1 additions and 1 deletions

View File

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