rework ruby installation

This commit is contained in:
Aleksandr Chebotov
2020-11-12 20:09:32 +03:00
parent ec9befb26a
commit fe3f5efbe8
11 changed files with 169 additions and 154 deletions

View File

@@ -1,5 +1,17 @@
{
"toolcache": [
{
"name": "Ruby",
"arch": "x64",
"platform" : "win32",
"versions": [
"2.4",
"2.5",
"2.6",
"2.7"
],
"default": "2.5"
},
{
"name": "Python",
"url" : "https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json",