Skip to content

Commit 42cb8cc

Browse files
committed
Correct a path to cl.cfg file
1 parent d65ad95 commit 42cb8cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/cron-run-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)