From 42cb8cca7d39289e397200e014079a8a3bf642e9 Mon Sep 17 00:00:00 2001 From: Anton Volkov Date: Tue, 29 Apr 2025 18:51:50 +0200 Subject: [PATCH] Correct a path to cl.cfg file --- .github/workflows/conda-package.yml | 2 +- .github/workflows/cron-run-tests.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/conda-package.yml b/.github/workflows/conda-package.yml index da4f8a4de0fe..d29594b2037e 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