You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to invoke cmake with some custom arguments (mainly to manage Qt).
I tried that and several variation with double quotes, one or two {. Nothing seems to work. The additional args are not added to the cmake command.
I want to invoke cmake with some custom arguments (mainly to manage Qt).
I tried that and several variation with double quotes, one or two
{
. Nothing seems to work. The additional args are not added to the cmake command.configure-options: -DTest=ON -DQT_QMAKE_EXECUTABLE=${{GITHUB_WORKSPACE}}/path/to/qmake
If I remove the part with variable it works.
configure-options: -DTest=ON -DQT_QMAKE_EXECUTABLE=foo
Is there a way to do it ?
(I'm running for the moment into "act", a standalone environment to test my workflow before testing it on github)
The text was updated successfully, but these errors were encountered: