diff options
| author | tjcampie <tjcampie@zmk.local> | 2020-08-21 06:37:04 -0500 | 
|---|---|---|
| committer | tjcampie <tjcampie@zmk.local> | 2020-08-21 06:37:04 -0500 | 
| commit | 6b23c7f554dbb27794cda5bff42545b1532b02c8 (patch) | |
| tree | 095a1c5189f690baa07e839d1cc7ec8c2d958235 /.github/workflows/build.yml | |
| parent | 5b76179bf6db93717cde0c4da39b5421a0c5bad3 (diff) | |
| parent | 1ff13676f7fbab5c0d69317be0d186709a7872c8 (diff) | |
Merge branch 'main' of https://github.com/zmkfirmware/zmk into main
Diffstat (limited to '.github/workflows/build.yml')
| -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 | 
