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.
This commit is contained in:
Peter Johanson 2022-04-29 16:31:26 +00:00
parent 16ffc7aca6
commit aa3773fb93
1 changed files with 1 additions and 1 deletions

View File

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