Use sccache more effectively in windows builds

This commit is contained in:
sentientstardust
2026-05-20 03:14:54 +01:00
parent 29be1d396e
commit 6646aba3cf
2 changed files with 12 additions and 6 deletions

View File

@ -364,7 +364,7 @@ jobs:
# env:
# WindowsSdkDir: 'C:\Program Files (x86)\Windows Kits\10\'
# WindowsSDKVersion: '10.0.26100.0\'
run: .\build_release_vs.bat slicer ${{ !vars.SELF_HOSTED && '-x' || '' }}
run: .\build_release_vs.bat slicer ${{ !vars.SELF_HOSTED && '-x -p' || '' }}
- name: Show sccache stats Windows
if: ${{ always() && runner.os == 'Windows' && !vars.SELF_HOSTED }}