Don't fail the entire CI run just because of cache saving error

Update ccache-action to a not yet released version including the fix for
failing the entire CI job if saving the cache failed -- this shouldn't
happen at all, but in practice it does happen from time to time, and
it's better to succeed, rather than fail in this case.
This commit is contained in:
Vadim Zeitlin
2022-04-16 16:07:20 +02:00
parent 02741a6c92
commit 73dc9086f5
2 changed files with 2 additions and 2 deletions

View File

@@ -116,7 +116,7 @@ jobs:
submodules: 'recursive'
- name: Install CCache
uses: hendrikmuhs/ccache-action@v1.2.1
uses: hendrikmuhs/ccache-action@578e14bc3f06099346125f52ed0008433eccbedf
with:
key: ${{ matrix.name }}

View File

@@ -131,7 +131,7 @@ jobs:
submodules: 'recursive'
- name: Install CCache
uses: hendrikmuhs/ccache-action@v1.2.1
uses: hendrikmuhs/ccache-action@578e14bc3f06099346125f52ed0008433eccbedf
with:
key: ${{ matrix.name }}