Skip to content

Commit 240e51f

Browse files
committed
fix: update RNS, update pod install script
1 parent 3546ea1 commit 240e51f

File tree

12 files changed

+955
-709
lines changed

12 files changed

+955
-709
lines changed

.github/workflows/build-ios-fabric.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
restore-keys: |
8888
${{ runner.os }}-fabric-pods-
8989
- name: Install Pods
90-
run: export USE_CCACHE=1 && pod install
90+
run: export USE_CCACHE=1 && pod install || pod update --repo-update
9191
- name: Install xcpretty
9292
run: gem install xcpretty
9393
- name: Build App

.github/workflows/build-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
restore-keys: |
8686
${{ runner.os }}-pods-
8787
- name: Install Pods
88-
run: export USE_CCACHE=1 && pod install
88+
run: export USE_CCACHE=1 && pod install || pod update --repo-update
8989
- name: Install xcpretty
9090
run: gem install xcpretty
9191
- name: Build App

.github/workflows/ios-e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
${{ runner.os }}-pods-
8585
- name: Install pods
8686
working-directory: ${{ env.WORKING_DIRECTORY }}/ios
87-
run: export USE_CCACHE=1 && pod install
87+
run: export USE_CCACHE=1 && pod install || pod update --repo-update
8888
- name: Build app
8989
working-directory: e2e
9090
run: yarn build-example:ios

0 commit comments

Comments
 (0)