Fix for multiple paths.

This commit is contained in:
Pete Johanson 2020-06-08 21:26:50 -04:00
parent 06c985ccdd
commit bab95eab79
1 changed files with 5 additions and 5 deletions

View File

@ -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 }}-