ci: Remove cache
CI is failing and it seems related to cache. Remove for now to get CI passing again. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
af6b7128e5
commit
301b6e0423
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
@ -12,16 +12,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: example-application
|
path: example-application
|
||||||
|
|
||||||
- name: Cache Zephyr
|
|
||||||
uses: actions/cache@v2
|
|
||||||
with:
|
|
||||||
path: |
|
|
||||||
bootloader
|
|
||||||
modules
|
|
||||||
tools
|
|
||||||
zephyr
|
|
||||||
key: ${{ hashFiles('example-application/west.yml') }}
|
|
||||||
|
|
||||||
- name: Initialize
|
- name: Initialize
|
||||||
working-directory: example-application
|
working-directory: example-application
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue