ci: use symlink for ccache when possible
Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user