Browse Source

Merge pull request #112 from Nicell/actions/cache-west-timeout

fix(actions): timeout stuck cache west modules
xmkb
Pete Johanson 4 years ago committed by GitHub
parent
commit
63a408d2a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/build.yml

2
.github/workflows/build.yml

@ -25,6 +25,8 @@ jobs: @@ -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

Loading…
Cancel
Save