Skip to content

Commit bbeef1e

Browse files
authored
Update build.yml
1 parent 0af9291 commit bbeef1e

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
@@ -15,7 +15,7 @@ jobs:
1515
distribution: "temurin"
1616
cache: maven
1717
- name: Install Graphviz
18-
run: sudo apt-get install graphviz
18+
run: sudo apt-get install graphviz ocl-icd-opencl-dev
1919
- run: |
2020
cat <(echo -e "${{ secrets.OSSRH_GPG_SECRET_KEY }}") | gpg --batch --import
2121
gpg --list-secret-keys --keyid-format LONG

0 commit comments

Comments
 (0)