diff options
author | Nick <nick.win999@gmail.com> | 2020-08-20 13:43:03 -0500 |
---|---|---|
committer | Nick <nick.win999@gmail.com> | 2020-08-20 13:43:03 -0500 |
commit | 8aae2231e242a1c8b9daf8fba96cc9bc5ba336a2 (patch) | |
tree | 5f0f65b10d95d00f2b7f413c9b013f05d0eb6f42 | |
parent | 3576738ab4b2645724750c6d7b089c1ec2e15bd6 (diff) |
fix(actions): timeout stuck cache west modules
-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 0f0e74a..85397a4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,6 +25,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Cache west modules + timeout-minutes: 2 uses: actions/cache@v2 env: cache-name: cache-zephyr-modules |