Skip to content

Additional configation arguments with variables #230

@RGuezennec

Description

@RGuezennec

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions