fix evaluation in nightly-builds.yml (#1234)
This commit is contained in:
parent
c55837e2a8
commit
fbd36f4b33
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nightly-builds.yml
vendored
2
.github/workflows/nightly-builds.yml
vendored
|
|
@ -172,7 +172,7 @@ jobs:
|
|||
sudo apt-get install graphviz
|
||||
# genjavadoc does not support Scala 3.x
|
||||
sbt \
|
||||
-Dpekko.genjavadoc.enabled={{ matrix.scalaVersion != '3.3' }} \
|
||||
-Dpekko.genjavadoc.enabled=${{ matrix.scalaVersion != '3.3' }} \
|
||||
"+~ ${{ matrix.scalaVersion }} doc"
|
||||
|
||||
- name: Publish
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue