mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-20 22:06:25 +08:00
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:
@@ -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 }}
|
||||
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user