We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0af9291 commit bbeef1eCopy full SHA for bbeef1e
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
distribution: "temurin"
16
cache: maven
17
- name: Install Graphviz
18
- run: sudo apt-get install graphviz
+ run: sudo apt-get install graphviz ocl-icd-opencl-dev
19
- run: |
20
cat <(echo -e "${{ secrets.OSSRH_GPG_SECRET_KEY }}") | gpg --batch --import
21
gpg --list-secret-keys --keyid-format LONG
0 commit comments