File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -125,11 +125,15 @@ jobs:
125
125
inputs :
126
126
path : C:\Program Files (x86)\Intel\oneAPI\compiler
127
127
key : ' "install" | "$(WINDOWS_BASEKIT_URL)" | "$(WINDOWS_DPCPP_COMPONENTS)" | "compiler" | scripts/cache_exclude_windows.sh'
128
+ cacheHitVar : CACHE_RESTORED
128
129
- task : Cache@2
130
+ condition : eq(variables.CACHE_RESTORED, 'true')
129
131
inputs :
130
132
path : C:\Program Files (x86)\Intel\oneAPI\tbb
131
133
key : ' "install" | "$(WINDOWS_BASEKIT_URL)" | "$(WINDOWS_DPCPP_COMPONENTS)" | "tbb" | scripts/cache_exclude_windows.sh'
134
+ cacheHitVar : CACHE_RESTORED
132
135
- task : Cache@2
136
+ condition : eq(variables.CACHE_RESTORED, 'true')
133
137
inputs :
134
138
path : opencl # caching of individual files is not supported, caching OpenCL.dll in a folder as a workaround.
135
139
key : ' "install" | "$(WINDOWS_BASEKIT_URL)" | "$(WINDOWS_DPCPP_COMPONENTS)" | "opencl_folder" | scripts/cache_exclude_windows.sh'
You can’t perform that action at this time.
0 commit comments