File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 88
88
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
89
89
with :
90
90
fetch-depth : 2
91
- - name : Setup ccache
92
- uses : hendrikmuhs/ccache-action@a1209f81afb8c005c13b4296c32e363431bffea5 # v1.2.17
93
- with :
94
- variant : " sccache"
95
- max-size : " 2000M"
96
91
- name : Compute Projects
97
92
id : vars
98
93
run : |
@@ -115,7 +110,7 @@ jobs:
115
110
shell : cmd
116
111
run : |
117
112
call C:\\BuildTools\\Common7\\Tools\\VsDevCmd.bat -arch=amd64 -host_arch=amd64
118
- bash .ci/monolithic-windows.sh "${{ steps.vars.outputs.windows-projects }}" "${{ steps.vars.outputs.windows-check-targets }}"
113
+ bash -c "export SCCACHE_GCS_BUCKET=$CACHE_GCS_BUCKET; export SCCACHE_GCS_RW_MODE=READ_WRITE; sccache --start-server; .ci/monolithic-windows.sh \ "${{ steps.vars.outputs.windows-projects }}\" \ "${{ steps.vars.outputs.windows-check-targets }}\" "
119
114
- name : Upload Artifacts
120
115
if : ' !cancelled()'
121
116
uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
You can’t perform that action at this time.
0 commit comments