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:
376
376
Write-Warning "File $script_path was NOT found!"
377
377
}
378
378
# 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"
380
380
Get-Content -Tail 5 -Path $cl_cfg
381
381
382
382
- name : Smoke test
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108
108
Write-Warning "File $script_path was NOT found!"
109
109
}
110
110
# 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"
112
112
Get-Content -Tail 5 -Path $cl_cfg
113
113
114
114
- name : Smoke test
You can’t perform that action at this time.
0 commit comments