Fix for multiple paths.
This commit is contained in:
parent
06c985ccdd
commit
bab95eab79
1 changed files with 5 additions and 5 deletions
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
@ -14,11 +14,11 @@ jobs:
|
|||
env:
|
||||
cache-name: cache-zephyr-modules
|
||||
with:
|
||||
path:
|
||||
- modules/
|
||||
- tools/
|
||||
- zephyr/
|
||||
- bootloader/
|
||||
path: |
|
||||
modules/
|
||||
tools/
|
||||
zephyr/
|
||||
bootloader/
|
||||
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('app/west.yml') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-build-${{ env.cache-name }}-
|
||||
|
|
Loading…
Reference in a new issue