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

Fixes checks workflow by running apt-get update #363

Closed

Conversation

jordigilh
Copy link
Contributor

Fixes checks workflow by running apt-get update before apt-get install and also adds flag --no-install-recommends to standardize with the other workflows since they share the same package installation call.

--no-install-recommends ensures that apt-get will only install the main dependencies, that's packages in the Depends field.

@ricardozanini @domhanak PTAL. This fixes the build workflow.

Copy link
Contributor

@domhanak domhanak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

…l and also adds flag --noinstall-recommends to standardize with the other workflows since they share the same package installation

Signed-off-by: Jordi Gil <[email protected]>
@jordigilh jordigilh force-pushed the fix/apt_get_update_in_checks_workflow branch from 05a94d7 to f402893 Compare January 24, 2024 19:08
@ricardozanini
Copy link
Member

This is not the only fix, there's more to add please see: 9d7e122

@ricardozanini
Copy link
Member

Fixed in #365

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

Successfully merging this pull request may close these issues.

3 participants