Skip to content

Commit c8700ce

Browse files
committed
Correct a path to cl.cfg file
1 parent b7a6b67 commit c8700ce

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
@@ -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

.github/workflows/run-tests-from-dppy-bits.yaml

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

0 commit comments

Comments
 (0)