aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorelagil <[email protected]>2022-04-03 18:53:37 +0200
committerPete Johanson <[email protected]>2022-04-18 23:34:50 -0400
commite676c79929a50c1c51bb7a7dc1c2b11043a49c17 (patch)
tree1c48328dab41177eb2542a5c165ca1d6fad132b5 /.github
parent0f70f4005497381062e7edd5fc9f09e3b2e1fb0b (diff)
downloadzmk-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.yml2
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-