Use sccache more effectively in windows builds
This commit is contained in:
2
.github/workflows/build_orca.yml
vendored
2
.github/workflows/build_orca.yml
vendored
@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user