This is an automated email from the ASF dual-hosted git repository.
leerho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git
The following commit(s) were added to refs/heads/master by this push:
new 7504180 Fix bad syntax in maven.yml
7504180 is described below
commit 7504180bde248bd69566070e79198cae872b5404
Author: Lee Rhodes <[email protected]>
AuthorDate: Fri Jan 29 18:04:24 2021 -0800
Fix bad syntax in maven.yml
---
.github/workflows/maven.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 183812c..e707cf7 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -6,7 +6,7 @@ on:
pull_request:
branches: [ master ]
-env: MAVEN_OPTS="-Xmx4g -Xms1g"
+env: MAVEN_OPTS: -Xmx4g -Xms1g
jobs:
build:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]