diff options
author | Peter Johanson <[email protected]> | 2022-04-29 16:31:26 +0000 |
---|---|---|
committer | Peter Johanson <[email protected]> | 2022-04-29 16:31:26 +0000 |
commit | aa3773fb9333dce03e1d5d9507b25ce92ee091d3 (patch) | |
tree | 3ebab1ef2a9d44a0de18f2a543b5474843a802ca /.github | |
parent | 16ffc7aca68d98c46fcafe5c69f5827a2498957e (diff) | |
download | zmk-aa3773fb9333dce03e1d5d9507b25ce92ee091d3.tar.gz zmk-aa3773fb9333dce03e1d5d9507b25ce92ee091d3.zip |
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.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build-user-config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-user-config.yml b/.github/workflows/build-user-config.yml index 465ceb1aa2..c3aeff20cb 100644 --- a/.github/workflows/build-user-config.yml +++ b/.github/workflows/build-user-config.yml @@ -71,7 +71,7 @@ jobs: - name: Cache west modules uses: actions/[email protected] - if: false # Disabled for now, caching is broken + continue-on-error: true env: cache-name: cache-zephyr-${{ steps.variables.outputs.zephyr-version }}-modules with: |