set unique ccache key

This commit is contained in:
Bruno Alexandre Rosa 2025-09-24 18:11:51 -03:00
parent 00424d2f15
commit ed86b3101d

View file

@ -284,8 +284,8 @@ jobs:
- name: Setup Ccache
uses: jianmingyong/ccache-action@v1
with:
install: true
install-type: "binary"
ccache-key-prefix: ccache-${{matrix.os}}-${{matrix.target}}-${{matrix.soc}}-${{matrix.type}}
# Using jurplel/install-qt-action to install Qt without using brew
# qt build using vcpkg either just fails or takes too long to build