We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8fe68f commit 2c19a3eCopy full SHA for 2c19a3e
.github/workflows/build.yml
@@ -66,7 +66,7 @@ jobs:
66
run: npm ci
67
68
- name: Install OpenCL - Linux
69
- if: matrix.os == 'ubuntu-22.04-arm'
+ if: matrix.os == 'ubuntu-22.04' || matrix.os == 'ubuntu-22.04-arm'
70
run: |
71
sudo apt update -qq
72
sudo apt install -qq ocl-icd-opencl-dev
0 commit comments