Skip to content

Commit 301b6e0

Browse files
committed
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 <[email protected]>
1 parent af6b712 commit 301b6e0

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,6 @@ jobs:
1212
with:
1313
path: example-application
1414

15-
- name: Cache Zephyr
16-
uses: actions/cache@v2
17-
with:
18-
path: |
19-
bootloader
20-
modules
21-
tools
22-
zephyr
23-
key: ${{ hashFiles('example-application/west.yml') }}
24-
2515
- name: Initialize
2616
working-directory: example-application
2717
run: |

0 commit comments

Comments
 (0)