Skip to content

Commit

Permalink
💚
Browse files Browse the repository at this point in the history
  • Loading branch information
wcandillon committed Nov 24, 2024
1 parent 938f353 commit 2e637e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,14 @@ jobs:
path: |
~/.gradle/wrapper
~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('./apps/paper/android/gradle/wrapper/gradle-wrapper.properties') }}-${{ hashFiles('./apps/fabric/android/gradle/wrapper/gradle-wrapper.properties') }}
key: ${{ runner.os }}-gradle-${{ hashFiles('./apps/paper/android/gradle/wrapper/gradle-wrapper.properties') }}
${{ runner.os }}-gradle-

- name: Build example for Android
env:
JAVA_OPTS: "-XX:MaxHeapSize=6g"
run: |
yarn turbo run build:android --concurrency 1 --force
yarn turbo run build:android --concurrency 1 --filter=paper --force
build-android:
runs-on: macos-latest-large
Expand Down Expand Up @@ -331,4 +331,4 @@ jobs:
- name: Build example for iOS
run: |
yarn turbo run build:ios --concurrency 1 --force
yarn turbo run build:ios --concurrency 1 --force

0 comments on commit 2e637e8

Please sign in to comment.