Skip to content

Commit 5cf4883

Browse files
authored
Update step to run only for Windows (#2192)
1 parent 1c375af commit 5cf4883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: mamba list
6464

6565
- name: Activate OCL CPU RT
66-
if: ${{ matrix.runner }} == 'windows-2019'
66+
if: matrix.runner == 'windows-2019'
6767
shell: pwsh
6868
run: |
6969
$script_path="$env:CONDA_PREFIX\Scripts\set-intel-ocl-icd-registry.ps1"

0 commit comments

Comments
 (0)