From fdd25a11e702ea0c18df68bd9ab17ca8ec79530c Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Thu, 5 Jun 2025 10:08:08 +0500 Subject: [PATCH] mobile: fix ci build --- .github/workflows/android.publish.internal.yml | 2 -- .github/workflows/android.publish.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/android.publish.internal.yml b/.github/workflows/android.publish.internal.yml index 1a77d2944..a8441c013 100644 --- a/.github/workflows/android.publish.internal.yml +++ b/.github/workflows/android.publish.internal.yml @@ -69,8 +69,6 @@ jobs: run: | sed -i -e 's/arguments/arguments "-DCMAKE_CXX_COMPILER_LAUNCHER=ccache",/g' apps/mobile/node_modules/react-native-mmkv-storage/android/build.gradle sed -i -e 's/arguments/arguments "-DCMAKE_CXX_COMPILER_LAUNCHER=ccache",/g' apps/mobile/node_modules/react-native-reanimated/android/build.gradle - sed -i -e 's/defaultConfig {/ndkVersion safeExtGet('ndkVersion', "25.2.9519653")\n defaultConfig {/g' apps/mobile/node_modules/react-native-reanimated//android/build.gradle - sed -i -e 's/defaultConfig {/ndkVersion safeExtGet('ndkVersion', "25.2.9519653")\n defaultConfig {/g' apps/mobile/node_modules/react-native-mmkv-storage/android/build.gradle - name: CCache Stats Before Build run: ccache -sv diff --git a/.github/workflows/android.publish.yml b/.github/workflows/android.publish.yml index b97062457..1b8df8e43 100644 --- a/.github/workflows/android.publish.yml +++ b/.github/workflows/android.publish.yml @@ -69,8 +69,6 @@ jobs: run: | sed -i -e 's/arguments/arguments "-DCMAKE_CXX_COMPILER_LAUNCHER=ccache",/g' apps/mobile/node_modules/react-native-mmkv-storage/android/build.gradle sed -i -e 's/arguments/arguments "-DCMAKE_CXX_COMPILER_LAUNCHER=ccache",/g' apps/mobile/node_modules/react-native-reanimated/android/build.gradle - sed -i -e 's/defaultConfig {/ndkVersion safeExtGet('ndkVersion', "25.2.9519653")\n defaultConfig {/g' apps/mobile/node_modules/react-native-reanimated//android/build.gradle - sed -i -e 's/defaultConfig {/ndkVersion safeExtGet('ndkVersion', "25.2.9519653")\n defaultConfig {/g' apps/mobile/node_modules/react-native-mmkv-storage/android/build.gradle - name: CCache Stats Before Build run: ccache -sv