Skip to content

Commit 75bec7c

Browse files
committed
Try install ubuntu opencl 3
1 parent abe4d42 commit 75bec7c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,11 @@ jobs:
4545
sudo apt-get install -qq ocl-icd-opencl-dev pocl-opencl-icd
4646
4747
- name: Build Current Binary
48+
if: matrix.os != 'ubuntu-22.04-arm'
4849
run: npm run build
4950

5051
- name: Run Unit Tests
51-
if: matrix.os != 'macos-14'
52+
if: matrix.os != 'macos-14' && matrix.os != 'ubuntu-22.04-arm'
5253
run: npm run test-ci
5354

5455
- name: Run Index Tests - MacOS

0 commit comments

Comments
 (0)