Skip to content

Commit

Permalink
Fix keyword "apt:" to "apt-get:" (#21)
Browse files Browse the repository at this point in the history
"apt" doesn't work, but "apt-get" does.
  • Loading branch information
larskanis authored Aug 1, 2022
1 parent 71f550a commit 48dadf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The action's inputs are shown below:
cache-version: # " " " " "
rubygems: # " " " " "
working-directory: # " " " " "
apt: # Ubuntu
apt-get: # Ubuntu
brew: # macOS
mingw: # Windows mingw / mswin /ucrt
msys2: # mingw / mswin /ucrt
Expand All @@ -37,7 +37,7 @@ Information on inputs passed to [ruby/setup-ruby] is contained in its [README] a
All inputs are optional.
### apt: (Ubuntu)
### apt-get: (Ubuntu)
List of packages to install. Space delimited. Special options are `_update_`, `_upgrade_`, and `_dist-upgrade_`.

Expand Down

0 comments on commit 48dadf0

Please sign in to comment.