-
Notifications
You must be signed in to change notification settings - Fork 55
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
Do not run apt update
if skipRosdepInstall==true
#942
Conversation
Signed-off-by: Patrick Roncagliolo <[email protected]>
Wanting to skip |
Signed-off-by: Patrick Roncagliolo <[email protected]>
@christophebedard any further thought on this? If you want I can add an additional boolean to make this backward-compatible in behaviour. |
I looked into it a bit more: If someone is using I would only ask you to mention this in the description for the Line 84 in 5816ec0
diff --git a/action.yml b/action.yml
index 9e3631c..7409aab 100644
--- a/action.yml
+++ b/action.yml
@@ -81,7 +81,7 @@ inputs:
skip-rosdep-install:
default: ""
description: |
- Skip rosdep install.
+ Skip rosdep install. This also skips `apt update`/`dnf check-update`.
Set to 'true'.
required: false
no-symlink-install: |
Signed-off-by: Patrick Roncagliolo <[email protected]>
@christophebedard done! Sorry for the delay, and happy new year 🎆 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR!
I released this as |
Closes #941