Co-authored-by: Arnout Engelen <arnout@bzzt.net>
This commit is contained in:
parent
0ac11145b3
commit
81349d66eb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nightly-builds.yml
vendored
2
.github/workflows/nightly-builds.yml
vendored
|
|
@ -182,7 +182,7 @@ jobs:
|
|||
|
||||
- name: Publish
|
||||
# Publish (osgi bundle) not working with JDK 17, issue #31132
|
||||
if: ${{ startsWith(matrix.jdkVersion, 'adopt@1.8') || ${{ startsWith(matrix.jdkVersion, 'adopt@1.11') }}
|
||||
if: ${{ startsWith(matrix.jdkVersion, 'adopt@1.11') }}
|
||||
run: |-
|
||||
sudo apt-get install graphviz
|
||||
sbt -jvm-opts .jvmopts-ci \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue