Skip to content

Commit

Permalink
Update olafurpg/setup-scala GitHub action to v13 (#1172)
Browse files Browse the repository at this point in the history
* Update olafurpg/setup-scala GitHub action to v13

* Add a .jvmopts file
  • Loading branch information
jcazevedo committed Oct 13, 2021
1 parent bbd9a4d commit 7ab0143
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v2

- name: Set up Scala
uses: olafurpg/setup-scala@v10
uses: olafurpg/setup-scala@v13
with:
java-version: ${{ matrix.jdk }}

Expand Down
4 changes: 4 additions & 0 deletions .jvmopts
@@ -0,0 +1,4 @@
-Dfile.encoding=UTF8
-Xms1g
-Xmx3g
-Xss2m

0 comments on commit 7ab0143

Please sign in to comment.