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

fix(actions): timeout stuck cache west modules
This commit is contained in:
Pete Johanson 2020-08-20 14:58:10 -04:00 committed by GitHub
commit 63a408d2a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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