File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -376,7 +376,7 @@ jobs:
376376 Write-Warning "File $script_path was NOT found!"
377377 }
378378 # Check the variable assisting OpenCL CPU driver to find TBB DLLs which are not located where it expects them by default
379- $cl_cfg="$env:CONDA_PREFIX\Library\lib \cl.cfg"
379+ $cl_cfg="$env:CONDA_PREFIX\Library\bin \cl.cfg"
380380 Get-Content -Tail 5 -Path $cl_cfg
381381
382382 - name : Smoke test
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 Write-Warning "File $script_path was NOT found!"
109109 }
110110 # Check the variable assisting OpenCL CPU driver to find TBB DLLs which are not located where it expects them by default
111- $cl_cfg="$env:CONDA_PREFIX\Library\lib \cl.cfg"
111+ $cl_cfg="$env:CONDA_PREFIX\Library\bin \cl.cfg"
112112 Get-Content -Tail 5 -Path $cl_cfg
113113
114114 - name : Smoke test
You can’t perform that action at this time.
0 commit comments