ci: use symlink for ccache when possible

Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
Seth Flynn
2025-04-29 09:15:07 -04:00
parent 6c45ff915a
commit b438236a64

View File

@@ -159,6 +159,7 @@ jobs:
if: (runner.os != 'Windows' || matrix.msystem == '') && inputs.build_type == 'Debug'
uses: hendrikmuhs/ccache-action@v1.2.18
with:
create-symlink: ${{ runner.os != 'Windows' }}
key: ${{ matrix.os }}-qt${{ matrix.qt_ver }}-${{ matrix.architecture }}
- name: Use ccache on Debug builds only