Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional configation arguments with variables #230

Open
RGuezennec opened this issue Apr 12, 2022 · 0 comments
Open

Additional configation arguments with variables #230

RGuezennec opened this issue Apr 12, 2022 · 0 comments

Comments

@RGuezennec
Copy link

RGuezennec commented Apr 12, 2022

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant