Skip to content

Commit

Permalink
Allow setup-ruby to read from .ruby-version file
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Aug 29, 2024
1 parent 8f5ad67 commit 921af38
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/actions/composite/buildAndroidE2EAPK/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ runs:

- uses: ruby/[email protected]
with:
ruby-version: "3.3"
bundler-cache: true

- uses: gradle/gradle-build-action@3fbe033aaae657f011f88f29be9e65ed26bd29ef
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/platformDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ jobs:
- name: Setup Ruby
uses: ruby/[email protected]
with:
ruby-version: '3.3'
bundler-cache: true

- name: Decrypt keystore
Expand Down Expand Up @@ -188,7 +187,6 @@ jobs:
- name: Setup Ruby
uses: ruby/[email protected]
with:
ruby-version: '3.3'
bundler-cache: true

- name: Cache Pod dependencies
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/testBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ jobs:
- name: Setup Ruby
uses: ruby/[email protected]
with:
ruby-version: '3.3'
bundler-cache: true

- name: Decrypt keystore
Expand Down Expand Up @@ -163,7 +162,6 @@ jobs:
- name: Setup Ruby
uses: ruby/[email protected]
with:
ruby-version: '3.3'
bundler-cache: true

- name: Cache Pod dependencies
Expand Down

0 comments on commit 921af38

Please sign in to comment.