diff options
author | elagil <[email protected]> | 2022-04-03 18:53:37 +0200 |
---|---|---|
committer | Pete Johanson <[email protected]> | 2022-04-18 23:34:50 -0400 |
commit | e676c79929a50c1c51bb7a7dc1c2b11043a49c17 (patch) | |
tree | 1c48328dab41177eb2542a5c165ca1d6fad132b5 /.github | |
parent | 0f70f4005497381062e7edd5fc9f09e3b2e1fb0b (diff) | |
download | zmk-e676c79929a50c1c51bb7a7dc1c2b11043a49c17.tar.gz zmk-e676c79929a50c1c51bb7a7dc1c2b11043a49c17.zip |
fix(ci): generalize path to west.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build-user-config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-user-config.yml b/.github/workflows/build-user-config.yml index 3b9912f949..78d324edda 100644 --- a/.github/workflows/build-user-config.yml +++ b/.github/workflows/build-user-config.yml @@ -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- |