Skip to content

Commit ede1645

Browse files
committed
build(deps, e2e): use current stable version of ruby
1 parent c9a7ca9 commit ede1645

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests_e2e_ios.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@ jobs:
8383
max_attempts: 3
8484
command: yarn --no-audit --prefer-offline
8585

86+
- name: Setup Ruby
87+
uses: ruby/setup-ruby@v1
88+
with:
89+
ruby-version: 3
90+
8691
- name: Update Ruby build tools
8792
uses: nick-invision/retry@v2
8893
with:

0 commit comments

Comments
 (0)