Skip to content

Commit bf739fb

Browse files
committed
fix: Remove Ruby setup and Fastlane dependencies from CI/CD workflow
1 parent 33062b0 commit bf739fb

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/cicd.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -144,16 +144,6 @@ jobs:
144144
with:
145145
xcode-version: latest-stable
146146

147-
- name: 💎 Setup Ruby
148-
uses: ruby/setup-ruby@v1
149-
with:
150-
ruby-version: '3.2'
151-
bundler-cache: true
152-
153-
- name: 🔧 Install Fastlane Dependencies
154-
run: |
155-
bundle install
156-
bundle exec fastlane install_plugins
157147

158148
- name: 🏗️ Build App Bundle
159149
run: |
@@ -391,16 +381,6 @@ jobs:
391381
with:
392382
xcode-version: latest-stable
393383

394-
- name: 💎 Setup Ruby
395-
uses: ruby/setup-ruby@v1
396-
with:
397-
ruby-version: '3.2'
398-
bundler-cache: true
399-
400-
- name: 🔧 Install Fastlane Dependencies
401-
run: |
402-
bundle install
403-
bundle exec fastlane install_plugins
404384

405385
- name: 🏗️ Build App Bundle
406386
run: |

0 commit comments

Comments
 (0)