Skip to content

Commit 4993da1

Browse files
committed
Update ci.yaml
1 parent e4197de commit 4993da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name : Windows OpenCL support
3333
if: runner.os == 'Windows'
3434
run: |
35-
choco install intel-opencl-sdk --no-progress --yes
35+
choco install opencl-intel-cpu-runtime --no-progress --yes
3636
3737
- name: Set up Python ${{ matrix.python-version }}
3838
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)