mirror of
https://github.com/ruby/setup-ruby.git
synced 2026-09-13 14:34:21 +02:00
Add support for ruby master debug builds
This commit is contained in:
+1
-1
@@ -50,5 +50,5 @@ function getDownloadURL(platform, engine, version) {
|
||||
}
|
||||
|
||||
function getLatestHeadBuildURL(platform, engine, version) {
|
||||
return `https://github.com/ruby/${engine}-dev-builder/releases/latest/download/${engine}-head-${platform}.tar.gz`
|
||||
return `https://github.com/ruby/${engine}-dev-builder/releases/latest/download/${engine}-${version}-${platform}.tar.gz`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user