|
|
@ -14,11 +14,11 @@ jobs: |
|
|
|
env: |
|
|
|
env: |
|
|
|
cache-name: cache-zephyr-modules |
|
|
|
cache-name: cache-zephyr-modules |
|
|
|
with: |
|
|
|
with: |
|
|
|
path: |
|
|
|
path: | |
|
|
|
- modules/ |
|
|
|
modules/ |
|
|
|
- tools/ |
|
|
|
tools/ |
|
|
|
- zephyr/ |
|
|
|
zephyr/ |
|
|
|
- bootloader/ |
|
|
|
bootloader/ |
|
|
|
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('app/west.yml') }} |
|
|
|
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('app/west.yml') }} |
|
|
|
restore-keys: | |
|
|
|
restore-keys: | |
|
|
|
${{ runner.os }}-build-${{ env.cache-name }}- |
|
|
|
${{ runner.os }}-build-${{ env.cache-name }}- |
|
|
|