alandefreitas / cpp-actions

GitHub Actions for C++ Libraries
https://alandefreitas.github.io/cpp-actions/
Boost Software License 1.0
17 stars 2 forks source link

b2 workflow needs option for `stdlib` #9

Open cmazakas opened 1 month ago

cmazakas commented 1 month ago

Right now, it's impossible to run a b2 job with stdlib=libc++, as an example.

alandefreitas commented 1 month ago

Mmm... Yes. We need that option.

Doesn't extra args work for now?

https://github.com/alandefreitas/cpp-actions/blob/3507d049fa58363fd14aac8dfcf32732e54cc782/b2-workflow/action.yml#L157