mirror of
https://github.com/actions/runner-images.git
synced 2026-01-06 18:19:54 +08:00
Switch provisioners to install Boost from GitHub releases on Windows (#972)
* switch provisioners to install boost from github releases * minor fixes * separate boosts by toolset versions * minor fix * switch provisioners for win16 * fix bugs * fix validation * minor fix * fix validation * fix validation * fix validation * minor fix * change toolset version for win16 * minor fixes * minor fix * fix validation * update links to toolset-json * add arch to BoostInstallationDir
This commit is contained in:
committed by
GitHub
parent
a0b45fba7a
commit
f33a870bf1
@@ -1,11 +1,5 @@
|
||||
{
|
||||
"@actions/toolcache-ruby-windows-x64": [
|
||||
"2.4", "2.5", "2.6", "2.7"
|
||||
],
|
||||
"@actions/toolcache-boost-windows-msvc-14.1-x32-x64": [
|
||||
"1.69"
|
||||
],
|
||||
"@actions/toolcache-boost-windows-msvc-14.2-x32-x64": [
|
||||
"1.72"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user