Skip to content

Eeems-Org/apt-cache-action

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

10 Commits
 
 
 
 
 
 

Repository files navigation

apt-cache-action

Install and cache packages with apt

Inputs

  • packages - List of packages to install/cache
  • path - Path to cache deb files to, this defaults to .aptcache

Usage

- name: Install texlive Apt dependencies
  using: Eeems-Org/apt-cache-action
  with:
    packages: texlive-base texlive-latex-extra