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:
parent
16ffc7aca6
commit
aa3773fb93
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-user-config.yml
vendored
2
.github/workflows/build-user-config.yml
vendored
|
@ -71,7 +71,7 @@ jobs:
|
||||||
|
|
||||||
- name: Cache west modules
|
- name: Cache west modules
|
||||||
uses: actions/cache@v3.0.1
|
uses: actions/cache@v3.0.1
|
||||||
if: false # Disabled for now, caching is broken
|
continue-on-error: true
|
||||||
env:
|
env:
|
||||||
cache-name: cache-zephyr-${{ steps.variables.outputs.zephyr-version }}-modules
|
cache-name: cache-zephyr-${{ steps.variables.outputs.zephyr-version }}-modules
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue