File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ jobs:
382
382
Write-Warning "File $script_path was NOT found!"
383
383
}
384
384
# 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"
386
386
Get-Content -Tail 5 -Path $cl_cfg
387
387
388
388
- name : Smoke test, step 1
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123
123
Write-Warning "File $script_path was NOT found!"
124
124
}
125
125
# 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"
127
127
Get-Content -Tail 5 -Path $cl_cfg
128
128
129
129
- name : Smoke test
You can’t perform that action at this time.
0 commit comments