mirror of
https://github.com/actions/runner-images.git
synced 2026-01-01 06:48:14 +08:00
Toolcache: Add NPM Toolcache support for Windows/Linux
This commit is contained in:
17
images/win/toolcache.json
Normal file
17
images/win/toolcache.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"toolcache-python-windows-x64": [
|
||||
"2.7", "3.5", "3.6", "3.7", "3.8"
|
||||
],
|
||||
"toolcache-python-windows-x86": [
|
||||
"2.7", "3.5", "3.6", "3.7", "3.8"
|
||||
],
|
||||
"toolcache-ruby-windows-x64": [
|
||||
"2.4", "2.5", "2.6"
|
||||
],
|
||||
"toolcache-pypy-windows-x86": [
|
||||
"2", "3"
|
||||
],
|
||||
"toolcache-boost-windows-x64": [
|
||||
"1.69"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user