[Ubuntu] Pre-cache Ruby binaries (#2084)
* precache ruby binaries * remove github_feed_token * fix logs
This commit is contained in:
@@ -43,6 +43,10 @@ $toolsExecutables = @{
|
||||
tools = @("bin/go")
|
||||
command = "version"
|
||||
}
|
||||
Ruby = @{
|
||||
tools = @("bin/ruby")
|
||||
command = "--version"
|
||||
}
|
||||
}
|
||||
|
||||
# Get toolset content
|
||||
|
||||
Reference in New Issue
Block a user