From fbd10e24d1f6bcd17486c4050448008e2e3fbe12 Mon Sep 17 00:00:00 2001 From: NoDocCat Date: Tue, 9 May 2023 21:49:45 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E8=B0=83=E6=95=B4=20gradle=20=E5=A0=86?= =?UTF-8?q?=E5=86=85=E5=AD=98=E5=A4=A7=E5=B0=8F,=20=E9=98=B2=E6=AD=A2?= =?UTF-8?q?=E5=86=85=E5=AD=98=E4=B8=8D=E8=B6=B3=E5=AF=BC=E8=87=B4=E7=9A=84?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a547b7f..af9425f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,8 @@ permissions: jobs: test: runs-on: ubuntu-latest + env: + GRADLE_OPTS: -Xmx4g steps: - uses: actions/checkout@v3.5.2