Skip to content

Commit

Permalink
chore(lib): fix android pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Doko-Demo-Doa committed Sep 20, 2024
1 parent d48df2d commit c145a09
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 32 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,7 @@ jobs:
uses: android-actions/setup-android@v3

- name: Finalize Android SDK
run: |
/bin/bash -c "echo $ANDROID_HOME"
ls -l $ANDROID_HOME/cmdline-tools
run: /bin/bash -c "yes | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --licenses > /dev/null"

- name: Cache Gradle
if: env.turbo_cache_hit != 1
Expand All @@ -105,8 +103,7 @@ jobs:
- name: Build example for Android
env:
JAVA_OPTS: '-XX:MaxHeapSize=6g'
run: |
yarn turbo run build:android
run: yarn turbo run build:android --cache-dir="${{ env.TURBO_CACHE_DIR }}"

build-ios:
runs-on: macos-14
Expand Down
27 changes: 0 additions & 27 deletions .github/workflows/demo.yml

This file was deleted.

1 change: 1 addition & 0 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "https://turbo.build/schema.json",
"envMode": "loose",
"tasks": {
"build:android": {
"env": ["ORG_GRADLE_PROJECT_newArchEnabled"],
Expand Down

0 comments on commit c145a09

Please sign in to comment.