From 73dc9086f56ae7116e33fd8e4822fa75673b1848 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 16 Apr 2022 16:07:20 +0200 Subject: [PATCH] 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. --- .github/workflows/ci.yml | 2 +- .github/workflows/ci_msw_cross.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 062137f735..824db09861 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} diff --git a/.github/workflows/ci_msw_cross.yml b/.github/workflows/ci_msw_cross.yml index dad89a9f0f..d660264825 100644 --- a/.github/workflows/ci_msw_cross.yml +++ b/.github/workflows/ci_msw_cross.yml @@ -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 }}