Skip to content

Commit 2c19a3e

Browse files
committed
Adjust build 2
1 parent a8fe68f commit 2c19a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: npm ci
6767

6868
- name: Install OpenCL - Linux
69-
if: matrix.os == 'ubuntu-22.04-arm'
69+
if: matrix.os == 'ubuntu-22.04' || matrix.os == 'ubuntu-22.04-arm'
7070
run: |
7171
sudo apt update -qq
7272
sudo apt install -qq ocl-icd-opencl-dev

0 commit comments

Comments
 (0)