forked from actions/runner
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Unify apt/apt-get logic The previous logic was buggy in that it tried to use `apt` in the `apt-get` branch after deciding that `apt` was unavailable... * Prefer apt-get over apt apt does not have a stable cli and using it from scripts yields annoying messages * Improve English for missing apt-get & apt case * Fix apt-get/apt fallback behavior for $ patterns If there's a `$` in the apt install pattern, it will not fail if it selects a thing and decides it isn't interested in installing it. * Fix spelling of libssl
- Loading branch information
Showing
1 changed file
with
47 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters