This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch WW-5232-gh-actions
in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/WW-5232-gh-actions by this
push:
new 6b2cc20b2 WW-5232 Defines default ENV settings
6b2cc20b2 is described below
commit 6b2cc20b2dc8957c670305f67bffad37963b3cbd
Author: Lukasz Lenart <[email protected]>
AuthorDate: Tue Sep 20 16:08:32 2022 +0200
WW-5232 Defines default ENV settings
---
.github/workflows/maven.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 9e40783c7..2f8ae774e 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -21,6 +21,10 @@ on:
branches:
- master
+env:
+ MAVEN_OPTS: -Xmx2048m -Xms1024m
+ LANG: en_US.utf8
+
jobs:
build:
runs-on: ubuntu-latest