mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
Disable ccache for WinML build (#18104)
### Description It seems would resolve the timeout issue. ### Motivation and Context
This commit is contained in:
parent
538e97cbda
commit
0f72739b6d
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ stages:
|
|||
isTraining: false
|
||||
ORT_EP_NAME: CPU
|
||||
GenerateDocumentation: false
|
||||
WITH_CACHE: true
|
||||
WITH_CACHE: false
|
||||
MachinePool: 'onnxruntime-Win-CPU-2022'
|
||||
|
||||
- stage: x86_release
|
||||
|
|
|
|||
Loading…
Reference in a new issue