From 7104e118e64b21f58f31ff0ee204de24fd542de0 Mon Sep 17 00:00:00 2001 From: Nikolai Ponomarev Date: Tue, 29 Aug 2023 17:55:41 +0300 Subject: [PATCH] Change ccache key to more concise and readable one --- .github/workflows/trik-toolchain.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trik-toolchain.yml b/.github/workflows/trik-toolchain.yml index 022718ba..0a734239 100644 --- a/.github/workflows/trik-toolchain.yml +++ b/.github/workflows/trik-toolchain.yml @@ -74,7 +74,7 @@ jobs: - name: Use ccache uses: hendrikmuhs/ccache-action@v1.2 with: - key: ${{ github.workflow }} + key: ${{ github.ref_name }}-${{ github.job }} - name: Check available tools run: |