Skip to content

Commit

Permalink
fix evaluation in nightly-builds.yml (#1234)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Mar 24, 2024
1 parent c55837e commit fbd36f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fbd36f4

Please sign in to comment.