Skip to content

Fix apt-get (deps) command in GitHub Action #227

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

Merged
merged 1 commit into from
Feb 20, 2022
Merged

Fix apt-get (deps) command in GitHub Action #227

merged 1 commit into from
Feb 20, 2022

Conversation

Enrico204
Copy link
Contributor

This commit fixes the apt-get install command in the GitHub Action (in "install dependencies"): apt is not meant to be used in scripts (apt-get is ok for scripts), also the missing -y means that packages are not installed if they're missing from the system.

This commit fixes the apt-get install command in the GitHub Action (in "install dependencies"): `apt` is not meant to be used in scripts (`apt-get` is ok for scripts), also the missing `-y` means that packages are not installed if they're missing from the system.
@ardera ardera merged commit 51c4309 into ardera:master Feb 20, 2022
@ardera
Copy link
Owner

ardera commented Feb 20, 2022

right, thanks!

@Enrico204 Enrico204 deleted the Enrico204-patch-github-action-apt branch February 20, 2022 10:09
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.

2 participants