Skip to content

Commit a8fe68f

Browse files
committed
Adjust build
1 parent f50b6d6 commit a8fe68f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ jobs:
6565
- name: Install Modules
6666
run: npm ci
6767

68+
- name: Install OpenCL - Linux
69+
if: matrix.os == 'ubuntu-22.04-arm'
70+
run: |
71+
sudo apt update -qq
72+
sudo apt install -qq ocl-icd-opencl-dev
73+
6874
- name: Build Current Binary
6975
run: npm run build
7076

0 commit comments

Comments
 (0)