fix(ci): path to custom west.yml

Co-authored-by: Joel Spadin <joelspadin@gmail.com>
This commit is contained in:
Adrian 2022-04-03 18:53:37 +02:00 committed by Pete Johanson
parent bbaa6af81b
commit b1687eec2a
1 changed files with 1 additions and 1 deletions

View File

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