diff --git a/.github/workflows/conda-package.yml b/.github/workflows/conda-package.yml index 62f5dcafa6..ad4ee9daba 100644 --- a/.github/workflows/conda-package.yml +++ b/.github/workflows/conda-package.yml @@ -382,7 +382,7 @@ jobs: Write-Warning "File $script_path was NOT found!" } # Check the variable assisting OpenCL CPU driver to find TBB DLLs which are not located where it expects them by default - $cl_cfg="$env:CONDA_PREFIX\Library\lib\cl.cfg" + $cl_cfg="$env:CONDA_PREFIX\Library\bin\cl.cfg" Get-Content -Tail 5 -Path $cl_cfg - name: Smoke test, step 1 diff --git a/.github/workflows/run-tests-from-dppy-bits.yaml b/.github/workflows/run-tests-from-dppy-bits.yaml index b5b9279cea..8d885c3c98 100644 --- a/.github/workflows/run-tests-from-dppy-bits.yaml +++ b/.github/workflows/run-tests-from-dppy-bits.yaml @@ -123,7 +123,7 @@ jobs: Write-Warning "File $script_path was NOT found!" } # Check the variable assisting OpenCL CPU driver to find TBB DLLs which are not located where it expects them by default - $cl_cfg="$env:CONDA_PREFIX\Library\lib\cl.cfg" + $cl_cfg="$env:CONDA_PREFIX\Library\bin\cl.cfg" Get-Content -Tail 5 -Path $cl_cfg - name: Smoke test