diff --git a/.github/workflows/conda-package.yml b/.github/workflows/conda-package.yml index f9d2f2fb541a..958e7795973a 100644 --- a/.github/workflows/conda-package.yml +++ b/.github/workflows/conda-package.yml @@ -376,7 +376,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 diff --git a/.github/workflows/cron-run-tests.yaml b/.github/workflows/cron-run-tests.yaml index 87145d1c1f06..f563534f53c0 100644 --- a/.github/workflows/cron-run-tests.yaml +++ b/.github/workflows/cron-run-tests.yaml @@ -108,7 +108,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