fix(ci): generalize path to west.yml

This commit is contained in:
elagil 2022-04-03 18:53:37 +02:00
parent 8c65cbd07e
commit d1bf9f4b97

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-