File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 19
19
uses : actions/checkout@v3
20
20
- uses : ruby/setup-ruby@v1
21
21
with :
22
- ruby-version : ' 3.2.2' # Not needed with a .ruby-version file
22
+ ruby-version : ' 3.2.2'
23
23
- name : Bundle Install
24
24
run : bundle install --gemfile=Example/Gemfile
25
25
- name : Prepare Simulator Runtimes
44
44
steps :
45
45
- name : Checkout Repo
46
46
uses : actions/checkout@v3
47
+ - uses : ruby/setup-ruby@v1
48
+ with :
49
+ ruby-version : ' 3.2.2'
47
50
- name : Bundle Install
48
51
run : bundle install --gemfile=Example/Gemfile
49
52
- name : Select Xcode Version (12.5.1)
67
70
steps :
68
71
- name : Checkout Repo
69
72
uses : actions/checkout@v3
73
+ - uses : ruby/setup-ruby@v1
74
+ with :
75
+ ruby-version : ' 3.2.2'
70
76
- name : Bundle Install
71
77
run : bundle install --gemfile=Example/Gemfile
72
78
- name : Pod Install
You can’t perform that action at this time.
0 commit comments