mirror of
https://github.com/actions/runner-images.git
synced 2026-01-04 01:03:18 +08:00
Switch Linux toolcache to GitHub package registry (#316)
* Switch toolcache to GitHub package registry * Add Execute in /tmp & show failure code * Added boost 1.72 & tmp folder parameters * Change "github_feed_token" to "null"
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"toolcache-python-ubuntu-1604-x64": [
|
||||
"@actions/toolcache-python-ubuntu-1604-x64": [
|
||||
"2.7", "3.5", "3.6", "3.7", "3.8"
|
||||
],
|
||||
"toolcache-ruby-ubuntu-1604-x64": [
|
||||
"@actions/toolcache-ruby-ubuntu-1604-x64": [
|
||||
"2.4", "2.5", "2.6", "2.7"
|
||||
],
|
||||
"toolcache-pypy-ubuntu-1604-x64": [
|
||||
"@actions/toolcache-pypy-ubuntu-1604-x64": [
|
||||
"2", "3"
|
||||
],
|
||||
"toolcache-boost-ubuntu-1604-x64": [
|
||||
"1.69"
|
||||
"@actions/toolcache-boost-ubuntu-1604-x64": [
|
||||
"1.69", "1.72"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user