Skip to content

Commit c49deec

Browse files
committed
Rubinius builds will no longer be provided
1 parent 5da31b4 commit c49deec

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

dist/index.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ruby-builder.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
const os = require('os')
22
const path = require('path')
3+
const core = require('@actions/core')
34
const exec = require('@actions/exec')
45
const io = require('@actions/io')
56
const tc = require('@actions/tool-cache')
@@ -26,6 +27,7 @@ async function downloadAndExtract(platform, engine, version) {
2627

2728
// Set the PATH now, so the MSYS2 'tar' is in Path on Windows
2829
if (engine === 'rubinius') {
30+
core.warning('Rubinius builds will no longer be provided, see https://github.com/ruby/setup-ruby/issues/101')
2931
common.setupPath([path.join(rubyPrefix, 'bin'), path.join(rubyPrefix, 'gems', 'bin')])
3032
} else {
3133
common.setupPath([path.join(rubyPrefix, 'bin')])

0 commit comments

Comments
 (0)