We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18e31d2 commit e4197deCopy full SHA for e4197de
.github/workflows/ci.yaml
@@ -32,8 +32,7 @@ jobs:
32
- name : Windows OpenCL support
33
if: runner.os == 'Windows'
34
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
+ choco install intel-opencl-sdk --no-progress --yes
37
38
- name: Set up Python ${{ matrix.python-version }}
39
uses: actions/setup-python@v5
0 commit comments