Skip to content

Commit

Permalink
Increase the heap size for initial-mvn-install job because otherwise we
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed May 31, 2021
1 parent 9b88c75 commit 5b95080
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.set-native-matrix.outputs.matrix }}
env:
MAVEN_OPTS: -Xmx4000m
steps:
- name: Check free space on disk
run: |
Expand Down

0 comments on commit 5b95080

Please sign in to comment.