Skip to content

Commit 033c741

Browse files
committed
Try install ubuntu opencl
1 parent 4cbbcd7 commit 033c741

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-get update -qq
43-
sudo apt-get install -qq ocl-icd-opencl-dev pocl-opencl-icd
43+
sudo apt-get install -qq intel-opencl-icd ocl-icd-opencl-dev pocl-opencl-icd
4444
4545
- name: Build Current Binary
4646
run: npm run build

0 commit comments

Comments
 (0)