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:
parent
d300a6a268
commit
6502d2e060
1 changed files with 1 additions and 0 deletions
1
.github/workflows/twister.yaml
vendored
1
.github/workflows/twister.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue