fix(actions): continue build on failed west cache
This commit is contained in:
parent
8aae2231e2
commit
dc1bb36639
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -26,6 +26,7 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
- name: Cache west modules
|
||||
timeout-minutes: 2
|
||||
continue-on-error: true
|
||||
uses: actions/cache@v2
|
||||
env:
|
||||
cache-name: cache-zephyr-modules
|
||||
|
|
Loading…
Reference in a new issue