Also take components into account for cache
Compile All / compile (push) Successful in 12m49s

This commit is contained in:
2026-07-12 15:43:11 +00:00
parent e8913f1c82
commit 6ee1fa8c36
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
uses: actions/cache@v4
with:
path: .esphome
key: esphome-${{ hashFiles('*.yaml', 'templates/*.yaml') }}
key: esphome-${{ hashFiles('*.yaml', 'templates/*.yaml', 'components/**') }}
restore-keys: esphome-
# Uses the ci shell, which installs esphome via pipx at the exact version