[CI] hash zephyr/west.yml for cache

This commit is contained in:
Marius Alwan Meyer 2023-07-20 21:47:16 +00:00
parent a2e1f7b2ef
commit e7f025a816

View File

@ -22,7 +22,7 @@ jobs:
- name: Hash west module
id: hash-west
run: |
HASH=$(sha256sum config/west.yml | head -c 64)
HASH=$(sha256sum zephyr/west.yml | head -c 64)
echo "hash=$HASH" >> "$GITHUB_OUTPUT"
echo "computed hash: $HASH"