sbt-extras uses different environment variable name

This commit is contained in:
Eugene Yokota 2020-11-09 14:16:48 -05:00
parent c3fe13d658
commit 796ab41db0
1 changed files with 2 additions and 0 deletions

View File

@ -16,7 +16,9 @@ jobs:
jobtype: 1
runs-on: ${{ matrix.os }}
env:
# define Java options for both official sbt and sbt-extras
JAVA_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M
JVM_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M
steps:
- name: Checkout
uses: actions/checkout@v1