We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Let the user decide if use the '--symlink-install' option when setting the workflow
I use some code that does not support such an option at the moment.
I tried to use
colcon-defaults: | { { "build": { "symlink-install": false } }
But the option is hardcoded
action-ros-ci/src/action-ros-ci.ts
Line 725 in 3dfca1f
see #815
The text was updated successfully, but these errors were encountered:
christophebedard
Successfully merging a pull request may close this issue.
Description
Let the user decide if use the '--symlink-install' option when setting the workflow
Reason
I use some code that does not support such an option at the moment.
Note
I tried to use
But the option is hardcoded
action-ros-ci/src/action-ros-ci.ts
Line 725 in 3dfca1f
see #815
The text was updated successfully, but these errors were encountered: