Skip to content

Commit abe4d42

Browse files
committed
Try install ubuntu opencl 2
1 parent 033c741 commit abe4d42

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,10 @@ jobs:
3939
- name: Install OpenCL - Ubuntu
4040
if: matrix.os == 'ubuntu-22.04' || matrix.os == 'ubuntu-22.04-arm'
4141
run: |
42+
sudo apt update -qq
43+
sudo apt install -qq intel-opencl-icd
4244
sudo apt-get update -qq
43-
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
4446
4547
- name: Build Current Binary
4648
run: npm run build

0 commit comments

Comments
 (0)