Skip to content

Commit c289779

Browse files
committed
Add jvm opts to scala steward
1 parent 08052f4 commit c289779

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/scala-steward.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
steps:
1212
- name: Launch Scala Steward
1313
uses: scala-steward-org/scala-steward-action@v2
14+
env:
15+
JAVA_OPTS: "-Xmx4g"
1416
with:
1517
github-app-id: ${{ secrets.SCALA_STEWARD_APP_ID }}
1618
github-app-installation-id: ${{ secrets.SCALA_STEWARD_INSTALLATION_ID }}

0 commit comments

Comments
 (0)