Closed ekoby closed 1 month ago
@ekoby it is already possible by modifying the runVcpkgFormatString parameter at https://github.com/lukka/run-vcpkg/blob/66b1ea8d89609e8adecfeb38797f4479f447a374/action.yml#L51 That is the default value, you can set it to your own value in your workflow.
Yes, I found that. Still, it would be nice to be able to append to default instead of stomping on it (in case it ever changes)
@ekoby let me know if you succeeded in using custom arguments when running vcpkg install
.
Yes, thanks! that worked fine.
Closing as solved by using the suggestion at https://github.com/lukka/run-vcpkg/issues/236#issuecomment-2332150403
this would add
--x-feature
options to vcpkg command invocation