conan-io / conan-package-tools

Conan Package Tools. Helps with massive package creation and CI integration (Travis CI, Appveyor...)
MIT License
165 stars 70 forks source link

Invalid environment prepared for MSVC #592

Open mpusz opened 2 years ago

mpusz commented 2 years ago

Description of Problem, Request, or Question

Even though MSVC-19.29 is configured for the build process: https://github.com/mpusz/units/runs/4221731756?check_suite_focus=true#step:11:104

it is not being detected while building dependencies: https://github.com/mpusz/units/runs/4221731756?check_suite_focus=true#step:11:255

The vcvarsall.bat script is executed only here: https://github.com/mpusz/units/runs/4221731756?check_suite_focus=true#step:11:349

which allows detecting a correct compiler in the package build: https://github.com/mpusz/units/runs/4221731756?check_suite_focus=true#step:11:355

Environment Details