Skip to content

Commit d3980c2

Browse files
committed
upgrade
1 parent 14d133b commit d3980c2

File tree

9 files changed

+1798
-48
lines changed

9 files changed

+1798
-48
lines changed

.github/workflows/assemble_android_debug.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161
restore-keys: |
6262
${{ runner.os }}-gradle
6363
- name: Assemble Android ${{ env.BUILD_TYPE }}
64+
env:
65+
BUNDLE_PATH: vendor/bundle
6466
run: |
6567
sudo apt install -y ruby-bundler
6668
cd android

.github/workflows/assemble_android_release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161
restore-keys: |
6262
${{ runner.os }}-gradle
6363
- name: Assemble Android ${{ env.BUILD_TYPE }}
64+
env:
65+
BUNDLE_PATH: vendor/bundle
6466
run: |
6567
sudo apt install -y ruby-bundler
6668
cd android

.github/workflows/assemble_ios_debug.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
FL_PROVISIONING_PROFILE_SPECIFIER: ${{ env.PROVISIONING_PROFILE_SPECIFIER }}
7171
FASTLANE_TEAM_ID: ${{ env.TEAM_ID }}
7272
NODE_PATH: ${{ github.workspace }}/node_modules/.pnpm/node_modules:$NODE_PATH
73+
BUNDLE_PATH: vendor/bundle
7374
run: |
7475
cd ios
7576
bundle update

.github/workflows/assemble_ios_release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
FL_PROVISIONING_PROFILE_SPECIFIER: ${{ env.PROVISIONING_PROFILE_SPECIFIER }}
7777
FASTLANE_TEAM_ID: ${{ env.TEAM_ID }}
7878
NODE_PATH: ${{ github.workspace }}/node_modules/.pnpm/node_modules:$NODE_PATH
79+
BUNDLE_PATH: vendor/bundle
7980
run: |
8081
cd ios
8182
bundle update

0 commit comments

Comments
 (0)