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 @@ -382,7 +382,7 @@ jobs:
382382 Write-Warning "File $script_path was NOT found!"
383383 }
384384 # Check the variable assisting OpenCL CPU driver to find TBB DLLs which are not located where it expects them by default
385- $cl_cfg="$env:CONDA_PREFIX\Library\lib \cl.cfg"
385+ $cl_cfg="$env:CONDA_PREFIX\Library\bin \cl.cfg"
386386 Get-Content -Tail 5 -Path $cl_cfg
387387
388388 - name : Smoke test, step 1
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123123 Write-Warning "File $script_path was NOT found!"
124124 }
125125 # Check the variable assisting OpenCL CPU driver to find TBB DLLs which are not located where it expects them by default
126- $cl_cfg="$env:CONDA_PREFIX\Library\lib \cl.cfg"
126+ $cl_cfg="$env:CONDA_PREFIX\Library\bin \cl.cfg"
127127 Get-Content -Tail 5 -Path $cl_cfg
128128
129129 - name : Smoke test
You can’t perform that action at this time.
0 commit comments