Skip to content

Commit 772c6fe

Browse files
committed
Investigate ubuntu cl 3
1 parent 901061c commit 772c6fe

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,16 @@ jobs:
3737
run: npm ci
3838

3939
- name: Install OpenCL - Ubuntu
40-
if: matrix.os == 'ubuntu-22.04'
40+
if: matrix.os == 'ubuntu-22.04' || matrix.os == 'ubuntu-22.04-arm'
4141
run: |
4242
sudo apt update -qq
43-
sudo apt install -qq opencl-headers ocl-icd-opencl-dev pocl-opencl-icd
43+
sudo apt install -qq ocl-icd-opencl-dev pocl-opencl-icd
4444
4545
- name: Build Current Binary
46-
if: matrix.os != 'ubuntu-22.04-arm'
4746
run: npm run build
4847

4948
- name: Run Unit Tests
50-
if: matrix.os != 'macos-14' && matrix.os != 'ubuntu-22.04-arm'
49+
if: matrix.os != 'macos-14'
5150
run: npm run test-ci
5251

5352
- name: Run Index Tests - MacOS

0 commit comments

Comments
 (0)