provide more memory to sbt jobs (#1176)

This commit is contained in:
PJ Fanning 2024-03-04 20:33:10 +01:00 committed by GitHub
parent 7ce503e92e
commit baedbe61d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 3 deletions

View file

@ -35,7 +35,9 @@ jobs:
uses: coursier/setup-action@v1
- name: Create the Pekko site
run: sbt -Dpekko.genjavadoc.enabled=true -Dpekko.genlicensereport.enabled=true "Javaunidoc/doc; Compile/unidoc; docs/paradox"
run: |-
cp .jvmopts-ci .jvmopts
sbt -Dpekko.genjavadoc.enabled=true -Dpekko.genlicensereport.enabled=true "Javaunidoc/doc; Compile/unidoc; docs/paradox"
- name: Run Link Validator
run: cs launch net.runne::site-link-validator:0.2.2 -- scripts/link-validator.conf