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:
Dibir Magomedsaygitov
2020-06-10 19:42:15 +03:00
committed by GitHub
parent a0b45fba7a
commit f33a870bf1
10 changed files with 52 additions and 77 deletions

View File

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