Skip to content

Commit

Permalink
ci: 调整 gradle 堆内存大小, 防止内存不足导致的构建失败
Browse files Browse the repository at this point in the history
  • Loading branch information
suiyun39 committed May 9, 2023
1 parent 68e3d72 commit fbd10e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ permissions:
jobs:
test:
runs-on: ubuntu-latest
env:
GRADLE_OPTS: -Xmx4g
steps:
- uses: actions/[email protected]

Expand Down

0 comments on commit fbd10e2

Please sign in to comment.