diff --git a/.github/workflows/react-native-code-push-ci.yml b/.github/workflows/react-native-code-push-ci.yml index 66a38c161..ea4eef7c1 100644 --- a/.github/workflows/react-native-code-push-ci.yml +++ b/.github/workflows/react-native-code-push-ci.yml @@ -40,11 +40,6 @@ jobs: with: distribution: microsoft java-version: '11' - - name: Setup Ruby - uses: ruby/setup-ruby@v1 - with: - ruby-version: '2.7.6' - bundler-cache: true - name: Package Installation run: npm install - name: Setup Android tests