Skip to content

Commit 8231cf9

Browse files
committed
chore: fix publish snapshot
1 parent c10a3e3 commit 8231cf9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish_snapshot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
compile-all:
1111
runs-on: ubuntu-latest
1212

13+
env:
14+
JAVA_OPTS: "-Xss32m -Xmx4g"
15+
1316
steps:
1417
- name: Checkout code
1518
uses: actions/checkout@v2

0 commit comments

Comments
 (0)