We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbeef1e commit a240c4aCopy full SHA for a240c4a
.github/workflows/pullrequest.yml
@@ -14,4 +14,6 @@ jobs:
14
java-version: 25
15
distribution: "temurin"
16
cache: maven
17
+ - name: Install OpenCL
18
+ run: sudo apt-get install ocl-icd-opencl-dev
19
- run: mvn --no-transfer-progress --batch-mode --settings .mvn/settings.xml clean javadoc:jar verify
0 commit comments