We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 798740a commit 8579d1fCopy full SHA for 8579d1f
1 file changed
.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 intel-oneapi-runtime-opencl
+ sudo apt install -qq ocl-icd-opencl-dev intel-oneapi-runtime-libs
44
45
- name: Build Current Binary
46
run: npm run build
0 commit comments