Skip to content

Commit

Permalink
increased java heap size
Browse files Browse the repository at this point in the history
  • Loading branch information
tortuvshin authored Jan 16, 2024
1 parent 55d97c1 commit 31089e0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/react-native-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ jobs:
- name: Install dependencies
run: yarn install

- name: Set up JDK 20
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'oracle'
java-version: '20'
java-version: '17'

- name: Cache Gradle Wrapper
uses: actions/cache@v2
Expand All @@ -76,6 +76,8 @@ jobs:

- name: Build Android
run: cd android && ./gradlew assembleDebug
env:
JVM_OPTS: '-Xmx4096m'

ios_build:
runs-on: macOS-latest
Expand Down

0 comments on commit 31089e0

Please sign in to comment.