Skip to content

Commit 16fe4aa

Browse files
committed
Try install ubuntu opencl 4
1 parent 75bec7c commit 16fe4aa

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,10 @@ jobs:
3737
run: npm ci
3838

3939
- name: Install OpenCL - Ubuntu
40-
if: matrix.os == 'ubuntu-22.04' || matrix.os == 'ubuntu-22.04-arm'
40+
if: matrix.os == 'ubuntu-22.04'
4141
run: |
42-
sudo apt update -qq
43-
sudo apt install -qq intel-opencl-icd
4442
sudo apt-get update -qq
45-
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
4644
4745
- name: Build Current Binary
4846
if: matrix.os != 'ubuntu-22.04-arm'

0 commit comments

Comments
 (0)