[macOS] Pre-cache Ruby binaries (#2085)
* precache ruby binaries * remove github_feed_token and minor change * do not install ruby binaries from toolset * remove toolcache file
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"@actions/toolcache-python-macos-1013-x64": [
|
||||
"2.7", "3.5", "3.6", "3.7", "3.8"
|
||||
],
|
||||
"@actions/toolcache-ruby-macos-1013-x64": [
|
||||
"2.4", "2.5", "2.6", "2.7"
|
||||
]
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"@actions/toolcache-ruby-macos-1013-x64": [
|
||||
"2.4", "2.5", "2.6", "2.7"
|
||||
]
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"@actions/toolcache-ruby-macos-1013-x64": [
|
||||
"2.4", "2.5", "2.6", "2.7"
|
||||
]
|
||||
}
|
||||
@@ -210,6 +210,16 @@
|
||||
"2.7",
|
||||
"3.6"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Ruby",
|
||||
"arch": "x64",
|
||||
"versions": [
|
||||
"2.4.*",
|
||||
"2.5.*",
|
||||
"2.6.*",
|
||||
"2.7.*"
|
||||
]
|
||||
}
|
||||
],
|
||||
"pipx": [
|
||||
|
||||
@@ -269,6 +269,16 @@
|
||||
"1.14.*",
|
||||
"1.15.*"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Ruby",
|
||||
"arch": "x64",
|
||||
"versions": [
|
||||
"2.4.*",
|
||||
"2.5.*",
|
||||
"2.6.*",
|
||||
"2.7.*"
|
||||
]
|
||||
}
|
||||
],
|
||||
"pipx": [
|
||||
|
||||
@@ -190,6 +190,16 @@
|
||||
"1.14.*",
|
||||
"1.15.*"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Ruby",
|
||||
"arch": "x64",
|
||||
"versions": [
|
||||
"2.4.*",
|
||||
"2.5.*",
|
||||
"2.6.*",
|
||||
"2.7.*"
|
||||
]
|
||||
}
|
||||
],
|
||||
"pipx": [
|
||||
|
||||
@@ -108,6 +108,16 @@
|
||||
"versions": [
|
||||
"1.15.*"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Ruby",
|
||||
"arch": "x64",
|
||||
"versions": [
|
||||
"2.4.*",
|
||||
"2.5.*",
|
||||
"2.6.*",
|
||||
"2.7.*"
|
||||
]
|
||||
}
|
||||
],
|
||||
"pipx": [
|
||||
|
||||
Reference in New Issue
Block a user