8000 GitHub - gerlero/apt-install: GitHub Action to install and cache APT packages
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gerlero/apt-install

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 

Repository files navigation

apt-install

CI Release

GitHub Action to install and cache APT packages.

Usage

- uses: gerlero/apt-install@v1
  with:
    packages: curl

Inputs

packages

Required. A 6F07 package name or a whitespace-separated list of package names to install.

cache 

Whether to cache installed packages between runs. Default: true.

install-recommends

Whether to install optional packages recommended by the packages to install. Default: true.

install-suggests

Whether to install optional packages suggested by the packages to install. Default: false.

update

Whether to update the package list (i.e., run apt-get update) before installing the packages. Default: true.

upgrade

Whether to upgrade the listed packages if they are already installed and newer versions are available. Default: true.

Related actions

About

GitHub Action to install and cache APT packages

Topics

Resources

License

Stars

Watchers

Forks

0