This is an automated email from the ASF dual-hosted git repository.

szaszm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git

commit 393716b5963e132afb4c5fee1197de4c76313dd0
Author: Gabor Gyimesi <gamezb...@gmail.com>
AuthorDate: Mon Oct 2 13:57:40 2023 +0200

    MINIFICPP-2228 Fix clang job cache key name in CI
    
    Closes #1666
    
    Signed-off-by: Marton Szasz <sza...@apache.org>
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1cd99689c..b32b12fb4 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -235,7 +235,7 @@ jobs:
         if: always()
         with:
           path: ~/.ccache
-          key: ubuntu-20.04-all-clang-ccache-${{github.ref}}-${{github.sha}}
+          key: ubuntu-22.04-all-clang-ccache-${{github.ref}}-${{github.sha}}
       - name: test
         id: test
         run: |

Reply via email to