ci: do not fail if ccache setup fails

Continue without cache of something fails with ccache setup.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2022-03-25 08:03:34 -04:00
commit 6502d2e060

View file

@ -180,6 +180,7 @@ jobs:
- name: use cache
id: cache-ccache
uses: nashif/action-s3-cache@master
continue-on-error: true
with:
key: ${{ steps.ccache_cache_timestamp.outputs.repo }}-${{ github.ref_name }}-${{github.event_name}}-${{ matrix.subset }}-ccache
path: /github/home/.ccache