Skip to content

Commit e4197de

Browse files
committed
Update ci.yaml
1 parent 18e31d2 commit e4197de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ jobs:
3232
- name : Windows OpenCL support
3333
if: runner.os == 'Windows'
3434
run: |
35-
curl -LO "https://registrationcenter-download.intel.com/akdlm/irc_nas/11351/w_opencl_runtime_18.1_x64_setup.msi"
36-
msiexec /i w_opencl_runtime_18.1_x64_setup.msi /quiet /norestart
35+
choco install intel-opencl-sdk --no-progress --yes
3736
3837
- name: Set up Python ${{ matrix.python-version }}
3938
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)