Files
runner-images/images/linux/toolcache-1604.json
Mihran 2b2aa98d56 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"
2020-01-29 10:26:47 +03:00

14 lines
346 B
JSON

{
"@actions/toolcache-python-ubuntu-1604-x64": [
"2.7", "3.5", "3.6", "3.7", "3.8"
],
"@actions/toolcache-ruby-ubuntu-1604-x64": [
"2.4", "2.5", "2.6", "2.7"
],
"@actions/toolcache-pypy-ubuntu-1604-x64": [
"2", "3"
],
"@actions/toolcache-boost-ubuntu-1604-x64": [
"1.69", "1.72"
]
}