Installs software using the platform's package manager.
steps:
- uses: giancosta86/aurora-github/actions/install-system-packages@v8
with:
packages: moreutils
This action currently requires an operating system with the apt-get
package manager.
This action installs the requested packages as root, without asking for confirmation.
Name | Type | Description | Default value |
---|---|---|---|
packages |
string | The packages to install, separated by any spaces or commas |