workflows - unify ccache names

This commit is contained in:
Andrej730
2025-09-23 16:47:22 +05:00
parent d4c02a312a
commit 8a33e2fea1
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ jobs:
- name: ccache
uses: hendrikmuhs/ccache-action@v1
with:
key: ${GITHUB_WORKFLOW}-${{ matrix.os }}
key: mac-${{ runner.arch }}
- name: Run Build Script
shell: bash