Fix for multiple paths.
parent
06c985ccdd
commit
bab95eab79
|
|
@ -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 }}-
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue