We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cbbcd7 commit 033c741Copy full SHA for 033c741
.github/workflows/test.yml
@@ -40,7 +40,7 @@ jobs:
40
if: matrix.os == 'ubuntu-22.04' || matrix.os == 'ubuntu-22.04-arm'
41
run: |
42
sudo apt-get update -qq
43
- sudo apt-get install -qq ocl-icd-opencl-dev pocl-opencl-icd
+ sudo apt-get install -qq intel-opencl-icd ocl-icd-opencl-dev pocl-opencl-icd
44
45
- name: Build Current Binary
46
run: npm run build
0 commit comments