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 772c6fe commit 798740aCopy full SHA for 798740a
.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 update -qq
43
- sudo apt install -qq ocl-icd-opencl-dev pocl-opencl-icd
+ sudo apt install -qq ocl-icd-opencl-dev intel-oneapi-runtime-opencl
44
45
- name: Build Current Binary
46
run: npm run build
0 commit comments