stray brackets in nightly-builds.yml
This commit is contained in:
parent
464c0fa7cd
commit
31d7b03db3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/nightly-builds.yml
vendored
4
.github/workflows/nightly-builds.yml
vendored
|
|
@ -195,7 +195,7 @@ jobs:
|
|||
|
||||
- name: Docs
|
||||
# Docs generation requires JDK 11.
|
||||
if: ${{ matrix.javaVersion == 11) }}
|
||||
if: ${{ matrix.javaVersion == 11 }}
|
||||
run: |-
|
||||
sudo apt-get install graphviz
|
||||
sbt \
|
||||
|
|
@ -204,7 +204,7 @@ jobs:
|
|||
|
||||
- name: Publish
|
||||
# Publish (osgi bundle) not working with JDK 17, issue #31132
|
||||
if: ${{ matrix.javaVersion == 11) }}
|
||||
if: ${{ matrix.javaVersion == 11 }}
|
||||
run: |-
|
||||
sudo apt-get install graphviz
|
||||
sbt \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue