Skip to content

Commit 798740a

Browse files
committed
Investigate ubuntu cl 4
1 parent 772c6fe commit 798740a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
if: matrix.os == 'ubuntu-22.04' || matrix.os == 'ubuntu-22.04-arm'
4141
run: |
4242
sudo apt update -qq
43-
sudo apt install -qq ocl-icd-opencl-dev pocl-opencl-icd
43+
sudo apt install -qq ocl-icd-opencl-dev intel-oneapi-runtime-opencl
4444
4545
- name: Build Current Binary
4646
run: npm run build

0 commit comments

Comments
 (0)