diff options
author | Nick <nick.win999@gmail.com> | 2020-08-20 13:54:58 -0500 |
---|---|---|
committer | Nick <nick.win999@gmail.com> | 2020-08-20 13:54:58 -0500 |
commit | dc1bb3663962acb08fadb6920d4983dafc0c91e6 (patch) | |
tree | 67f38d0c7197b5aabef8ac8956f35cbff31b9a7b /.github | |
parent | 8aae2231e242a1c8b9daf8fba96cc9bc5ba336a2 (diff) |
fix(actions): continue build on failed west cache
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 85397a4..5086bf8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 |