Skip to content

eth-pkg/apt-deb-cache

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

18 Commits
 
 
 
 
 
 

Repository files navigation

Cache and Install apt (.deb) Packages

This GitHub Action caches and installs .deb packages.

Inputs

packages

Required A space-separated list of apt (.deb) packages to install.

Example Usage

name: Cache and Install apt (.deb) Packages

on:
  push:
    branches:
      - main
  pull_request:
    branches:
      - main

jobs:
  install_packages:
    runs-on: ubuntu-latest

    steps:
    - name: Cache and Install apt (.deb) Packages
      uses: eth-pkg/[email protected]
      with:
        packages: 'curl git'

About

Github action to cache .deb packages for apt

Resources

License

Stars

Watchers

Forks

Packages

No packages published