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 033c741 commit abe4d42Copy full SHA for abe4d42
.github/workflows/test.yml
@@ -39,8 +39,10 @@ jobs:
39
- name: Install OpenCL - Ubuntu
40
if: matrix.os == 'ubuntu-22.04' || matrix.os == 'ubuntu-22.04-arm'
41
run: |
42
+ sudo apt update -qq
43
+ sudo apt install -qq intel-opencl-icd
44
sudo apt-get update -qq
- sudo apt-get install -qq intel-opencl-icd ocl-icd-opencl-dev pocl-opencl-icd
45
+ sudo apt-get install -qq ocl-icd-opencl-dev pocl-opencl-icd
46
47
- name: Build Current Binary
48
run: npm run build
0 commit comments