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:
Mihran
2020-01-29 11:26:47 +04:00
committed by GitHub
parent 548a28dc8d
commit 2b2aa98d56
5 changed files with 41 additions and 21 deletions

View File

@@ -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"
]
}