Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 805347f

Browse files
Remove step ruby all
1 parent 11477f4 commit 805347f

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/react-native-code-push-ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,6 @@ jobs:
4040
with:
4141
distribution: microsoft
4242
java-version: '11'
43-
- name: Setup Ruby
44-
uses: ruby/setup-ruby@v1
45-
with:
46-
ruby-version: '2.7.6'
47-
bundler-cache: true
4843
- name: Package Installation
4944
run: npm install
5045
- name: Setup Android tests
@@ -62,11 +57,6 @@ jobs:
6257
uses: actions/checkout@v2
6358
- name: Enable Corepack
6459
run: corepack enable
65-
- name: Setup Ruby
66-
uses: ruby/setup-ruby@v1
67-
with:
68-
ruby-version: '2.7.6'
69-
bundler-cache: true
7060
- name: (Workaround) Install activesupport 7.0.8
7161
run: gem install activesupport -v 7.0.8
7262
- name: Install dependencies

0 commit comments

Comments
 (0)