File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -139,6 +139,8 @@ jobs:
139139 node-version : ' latest'
140140 - name : Setup Ruby
141141 uses : ruby/setup-ruby@v1
142+ with :
143+ ruby-version : ' ruby'
142144 - name : Install pnpm
143145 run : npm install -g pnpm
144146 - name : Install Node Deps
@@ -190,6 +192,8 @@ jobs:
190192 node-version : ' latest'
191193 - name : Setup Ruby
192194 uses : ruby/setup-ruby@v1
195+ with :
196+ ruby-version : ' jruby'
193197 - name : Install pnpm
194198 run : npm install -g pnpm
195199 - name : Install Node Deps
@@ -238,7 +242,9 @@ jobs:
238242 with :
239243 node-version : ' latest'
240244 - name : Setup Ruby
241- run : sudo apt-get install ruby-full
245+ uses : ruby/setup-ruby@v1
246+ with :
247+ ruby-version : ' truffleruby'
242248 - name : Install pnpm
243249 run : npm install -g pnpm
244250 - name : Install Node Deps
Original file line number Diff line number Diff line change @@ -124,6 +124,8 @@ jobs:
124124 node-version : ' latest'
125125 - name : Setup Ruby
126126 uses : ruby/setup-ruby@v1
127+ with :
128+ ruby-version : ' ruby'
127129 - name : Install pnpm
128130 run : npm install -g pnpm
129131 - name : Install npm deps
@@ -169,6 +171,8 @@ jobs:
169171 node-version : ' latest'
170172 - name : Setup Ruby
171173 uses : ruby/setup-ruby@v1
174+ with :
175+ ruby-version : ' jruby'
172176 - name : Install pnpm
173177 run : npm install -g pnpm
174178 - name : Install npm deps
@@ -214,6 +218,8 @@ jobs:
214218 node-version : ' latest'
215219 - name : Setup Ruby
216220 uses : ruby/setup-ruby@v1
221+ with :
222+ ruby-version : ' truffleruby'
217223 - name : Install pnpm
218224 run : npm install -g pnpm
219225 - name : Install npm deps
You can’t perform that action at this time.
0 commit comments