MarkusJx / install-boost

Install boost on Github actions
MIT License
62 stars 3 forks source link

Unable to select msvc toolset for boost version 1.74 on windows #37

Closed MarkusJx closed 1 year ago

MarkusJx commented 1 year ago

Hi @MarkusJx Is there a way to specifically target the msvc version of 1.74? Defining toolset: msvc gives the same error posted above, not defining it gives me the mingw version.

Thanks

Originally posted by @devm18426 in https://github.com/MarkusJx/install-boost/issues/23#issuecomment-1680581981

MarkusJx commented 1 year ago

@devm18426 are you sure you're using the latest version of install-boost? I've tried reproducing this error but I've not been able to do so

devm18426 commented 1 year ago

Since I copied blindly from the README it turns out I wasn't using the latest version...

uses: MarkusJx/install-boost@v2.4.1

Changed it to:

uses: MarkusJx/install-boost@main

and looks like the msvc version was downloaded (without specifying explicitly).

Sorry for the trouble and thanks for the time.

MarkusJx commented 1 year ago

Ah, yeah, you see, that's kind of my bad, I'll change the readme asap

devm18426 commented 1 year ago

Thanks, sounds good!