No description
Find a file
2024-12-18 14:24:55 +01:00
action.yml Fix Linking 2024-12-18 14:24:55 +01:00
LICENSE Initial commit 2023-02-08 23:56:21 -07:00
README.md Create README.md 2023-02-09 00:15:24 -07:00

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