We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c10a3e3 commit 8231cf9Copy full SHA for 8231cf9
1 file changed
.github/workflows/publish_snapshot.yml
@@ -10,6 +10,9 @@ jobs:
10
compile-all:
11
runs-on: ubuntu-latest
12
13
+ env:
14
+ JAVA_OPTS: "-Xss32m -Xmx4g"
15
+
16
steps:
17
- name: Checkout code
18
uses: actions/checkout@v2
0 commit comments