mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-19 20:45:18 -05:00
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:
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user