File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -139,6 +139,8 @@ jobs:
139
139
node-version : ' latest'
140
140
- name : Setup Ruby
141
141
uses : ruby/setup-ruby@v1
142
+ with :
143
+ ruby-version : ' ruby'
142
144
- name : Install pnpm
143
145
run : npm install -g pnpm
144
146
- name : Install Node Deps
@@ -190,6 +192,8 @@ jobs:
190
192
node-version : ' latest'
191
193
- name : Setup Ruby
192
194
uses : ruby/setup-ruby@v1
195
+ with :
196
+ ruby-version : ' jruby'
193
197
- name : Install pnpm
194
198
run : npm install -g pnpm
195
199
- name : Install Node Deps
@@ -238,7 +242,9 @@ jobs:
238
242
with :
239
243
node-version : ' latest'
240
244
- name : Setup Ruby
241
- run : sudo apt-get install ruby-full
245
+ uses : ruby/setup-ruby@v1
246
+ with :
247
+ ruby-version : ' truffleruby'
242
248
- name : Install pnpm
243
249
run : npm install -g pnpm
244
250
- name : Install Node Deps
Original file line number Diff line number Diff line change @@ -124,6 +124,8 @@ jobs:
124
124
node-version : ' latest'
125
125
- name : Setup Ruby
126
126
uses : ruby/setup-ruby@v1
127
+ with :
128
+ ruby-version : ' ruby'
127
129
- name : Install pnpm
128
130
run : npm install -g pnpm
129
131
- name : Install npm deps
@@ -169,6 +171,8 @@ jobs:
169
171
node-version : ' latest'
170
172
- name : Setup Ruby
171
173
uses : ruby/setup-ruby@v1
174
+ with :
175
+ ruby-version : ' jruby'
172
176
- name : Install pnpm
173
177
run : npm install -g pnpm
174
178
- name : Install npm deps
@@ -214,6 +218,8 @@ jobs:
214
218
node-version : ' latest'
215
219
- name : Setup Ruby
216
220
uses : ruby/setup-ruby@v1
221
+ with :
222
+ ruby-version : ' truffleruby'
217
223
- name : Install pnpm
218
224
run : npm install -g pnpm
219
225
- name : Install npm deps
You can’t perform that action at this time.
0 commit comments