build_osx - separate arm64 ccache to avoid override

This commit is contained in:
Andrej730
2025-09-26 19:36:12 +05:00
parent 7a33a9eb02
commit 080056806e
+1 -1
View File
@@ -58,7 +58,7 @@ jobs:
- name: ccache
uses: hendrikmuhs/ccache-action@v1
with:
key: mac-${{ runner.arch }}
key: mac-${{ matrix.arch }}
- name: Run Build Script
shell: bash