diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-08-20 14:58:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-20 14:58:10 -0400 |
commit | 63a408d2a056e29c8758d8dd356cb95f2ffbdf1e (patch) | |
tree | 962d07934d4dbef7879869d8d3005d159fc3ccfa | |
parent | 3e7bb6dc761c7699be4cc0a9c7537cdf380d00c5 (diff) | |
parent | dc1bb3663962acb08fadb6920d4983dafc0c91e6 (diff) |
Merge pull request #112 from Nicell/actions/cache-west-timeout
fix(actions): timeout stuck cache west modules
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0f0e74a..5086bf8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,6 +25,8 @@ jobs: - name: Checkout 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 |