Browse Source

fix(build): Use `continue-on-error` for cache.

* Switch to attempting caching, but with
  `continue-on-error` so we don't fail builds
  while waiting on GH Actions fix.
xmkb
Peter Johanson 2 years ago
parent
commit
aa3773fb93
  1. 2
      .github/workflows/build-user-config.yml

2
.github/workflows/build-user-config.yml

@ -71,7 +71,7 @@ jobs: @@ -71,7 +71,7 @@ jobs:
- name: Cache west modules
uses: actions/cache@v3.0.1
if: false # Disabled for now, caching is broken
continue-on-error: true
env:
cache-name: cache-zephyr-${{ steps.variables.outputs.zephyr-version }}-modules
with:

Loading…
Cancel
Save